Skip to content

Commit

Permalink
Bumped app version
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadrianmarc committed Dec 3, 2024
1 parent 510c3c6 commit 6d95829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

module Version
MAJOR = 1
MINOR = 6
MAJOR = 2
MINOR = 0
PATCH = 0
SUFFIX = nil
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}"
Expand Down

0 comments on commit 6d95829

Please sign in to comment.