Skip to content

Commit

Permalink
Update version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
louispt1 authored Nov 5, 2024
1 parent b5a2dd1 commit aff9792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/etmodel/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ module Version
MAJOR = 2024

# Month of release.
MINOR = 10
MINOR = 11

# Day of release. This is not used in version numbers but is required to build the DATE_VERSION
# so that we know the exact date. This should be the day on which the minor version was released,
# not incremented for each small change.
DAY = 1
DAY = 5

STRING = format('%<major>d.%<minor>02d', major: MAJOR, minor: MINOR)
DATE = Date.new(MAJOR, MINOR, DAY)
Expand Down

0 comments on commit aff9792

Please sign in to comment.