We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc03af commit 084c5feCopy full SHA for 084c5fe
1 file changed
config/initializers/version.rb
@@ -4,8 +4,8 @@ module Accentor
4
class Application
5
module Version
6
MAJOR = 0
7
- MINOR = 18
8
- PATCH = 2
+ MINOR = 19
+ PATCH = 0
9
10
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
11
end
0 commit comments