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 64c6fa0 commit c8d1012Copy full SHA for c8d1012
Rakefile
@@ -1,3 +1,4 @@
1
+require 'bundler/gem_tasks'
2
require 'rubygems'
3
4
require "#{File.expand_path(File.dirname(__FILE__))}/lib/git/version"
@@ -13,5 +14,3 @@ task :test do |t|
13
14
15
require File.dirname(__FILE__) + '/tests/all_tests.rb'
16
end
-
17
lib/git/version.rb
@@ -1,5 +1,5 @@
module Git
# The current gem version
# @return [String] the current gem version.
- VERSION='1.3.0'
+ VERSION='1.4.0'
5
0 commit comments