We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2811b97 commit 95e9888Copy full SHA for 95e9888
1 file changed
lib/rabbithole/version.rb
@@ -1,6 +1,6 @@
1
module Rabbithole
2
VERSION_MAJOR = 0
3
VERSION_MINOR = 0
4
- VERSION_RELEASE = 1
+ VERSION_RELEASE = 2
5
VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE].collect(&:to_s).join('.').freeze
6
end
0 commit comments