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