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 9ec43fa commit 7015a04Copy full SHA for 7015a04
lib/split/version.rb
@@ -1,6 +1,6 @@
1
module Split
2
MAJOR = 0
3
MINOR = 7
4
- PATCH = 0
+ PATCH = 1
5
VERSION = [MAJOR, MINOR, PATCH].join('.')
6
end
0 commit comments