We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72635ea commit c478613Copy full SHA for c478613
Rakefile
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
5
spec = Gem::Specification.new do |s|
6
s.platform = Gem::Platform::RUBY
7
s.name = "git"
8
- s.version = "1.0.3"
+ s.version = "1.0.4"
9
s.author = "Scott Chacon"
10
s.email = "[email protected]"
11
s.summary = "A package for using Git in Ruby code."
lib/git.rb
@@ -40,7 +40,7 @@
40
# License:: MIT License
41
module Git
42
43
- VERSION = '1.0.3'
+ VERSION = '1.0.4'
44
45
# open a bare repository
46
#
0 commit comments