Skip to content

Commit 7866a28

Browse files
committed
add version.rb
1 parent 89e77d7 commit 7866a28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/git/version.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module Git
2+
3+
# The current gem version
4+
# @return [String] the current gem version.
5+
VERSION='1.2.6'
6+
7+
end

0 commit comments

Comments
 (0)