Skip to content

Commit

Permalink
Deploy 3 October 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
noracato committed Oct 3, 2023
1 parent aca612b commit 9df7268
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 = 2023

# Month of release.
MINOR = 9
MINOR = 10

# 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 = 5
DAY = 3

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

0 comments on commit 9df7268

Please sign in to comment.