Skip to content

Commit 084c5fe

Browse files
committed
Bump version
1 parent 5cc03af commit 084c5fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/initializers/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module Accentor
44
class Application
55
module Version
66
MAJOR = 0
7-
MINOR = 18
8-
PATCH = 2
7+
MINOR = 19
8+
PATCH = 0
99

1010
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1111
end

0 commit comments

Comments
 (0)