Skip to content

Commit

Permalink
build: increment version patch cadence
Browse files Browse the repository at this point in the history
from 1.5.3 ~> 1.5.4
  • Loading branch information
jonrandahl committed Oct 9, 2024
1 parent dc98256 commit 02a9c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Version
MAJOR = 1
MINOR = 5
PATCH = 3
PATCH = 4
SUFFIX = nil
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}"
end

0 comments on commit 02a9c42

Please sign in to comment.