Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Dec 4, 2021
1 parent 4b6ab84 commit afae676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module Accentor
class Application
module Version
MAJOR = 0
MINOR = 15
PATCH = 1
MINOR = 16
PATCH = 0

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

0 comments on commit afae676

Please sign in to comment.