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 c031e29 commit f9f3908Copy full SHA for f9f3908
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.1.1
4
+
5
+See https://github.com/jcouball/ruby_git/releases/tag/v0.1.1
6
7
## 0.1.0
8
9
See https://github.com/jcouball/ruby_git/releases/tag/v0.1.0
lib/ruby_git/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RubyGit
- VERSION = '0.1.0'
+ VERSION = '0.1.1'
end
0 commit comments