Skip to content

Commit c478613

Browse files
author
scott Chacon
committed
1.0.4 taggings
1 parent 72635ea commit c478613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
55
spec = Gem::Specification.new do |s|
66
s.platform = Gem::Platform::RUBY
77
s.name = "git"
8-
s.version = "1.0.3"
8+
s.version = "1.0.4"
99
s.author = "Scott Chacon"
1010
s.email = "[email protected]"
1111
s.summary = "A package for using Git in Ruby code."

lib/git.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# License:: MIT License
4141
module Git
4242

43-
VERSION = '1.0.3'
43+
VERSION = '1.0.4'
4444

4545
# open a bare repository
4646
#

0 commit comments

Comments
 (0)