Skip to content

Commit

Permalink
Bumped app version
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadrianmarc committed Nov 1, 2024
1 parent 8f3516f commit 0f43f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lr_common_styles/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module LrCommonStyles
MAJOR = 2
MINOR = 1
PATCH = 2
PATCH = 3
SUFFIX = nil # nil or 'rc' or 'beta' or 'alpha' for pre-release versions
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && "-#{SUFFIX}"}"
end

0 comments on commit 0f43f5b

Please sign in to comment.