Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Jun 30, 2022
1 parent 0735a9a commit b90a63e
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 = 17
PATCH = 3
MINOR = 18
PATCH = 0

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

0 comments on commit b90a63e

Please sign in to comment.