Skip to content

Commit c8d1012

Browse files
committed
Release 1.4.0
1 parent 64c6fa0 commit c8d1012

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'bundler/gem_tasks'
12
require 'rubygems'
23

34
require "#{File.expand_path(File.dirname(__FILE__))}/lib/git/version"
@@ -13,5 +14,3 @@ task :test do |t|
1314

1415
require File.dirname(__FILE__) + '/tests/all_tests.rb'
1516
end
16-
17-

lib/git/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Git
22
# The current gem version
33
# @return [String] the current gem version.
4-
VERSION='1.3.0'
4+
VERSION='1.4.0'
55
end

0 commit comments

Comments
 (0)