From c478613ee08ead9319262e325cd02040a8adac22 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 19 Nov 2007 07:53:54 -0800 Subject: [PATCH] 1.0.4 taggings --- Rakefile | 2 +- lib/git.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 39be2e0..a174eac 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'rake/gempackagetask' spec = Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = "git" - s.version = "1.0.3" + s.version = "1.0.4" s.author = "Scott Chacon" s.email = "schacon@gmail.com" s.summary = "A package for using Git in Ruby code." diff --git a/lib/git.rb b/lib/git.rb index f18ad11..7c13d1a 100644 --- a/lib/git.rb +++ b/lib/git.rb @@ -40,7 +40,7 @@ require 'git/author' # License:: MIT License module Git - VERSION = '1.0.3' + VERSION = '1.0.4' # open a bare repository # -- 2.11.4.GIT