Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Nov 20, 2021
1 parent 849def5 commit b378f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Accentor
class Application
module Version
MAJOR = 0
MINOR = 13
MINOR = 14
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].compact.join('.')
Expand Down

0 comments on commit b378f0d

Please sign in to comment.