Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Jun 21, 2022
1 parent 88c517e commit 4722a2d
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 @@ -5,7 +5,7 @@ class Application
module Version
MAJOR = 0
MINOR = 17
PATCH = 2
PATCH = 3

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

0 comments on commit 4722a2d

Please sign in to comment.