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