Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Jan 22, 2022
1 parent a826c66 commit abd30e6
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 = 16
MINOR = 17
PATCH = 0

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

0 comments on commit abd30e6

Please sign in to comment.