Skip to content

Commit

Permalink
Release 2024.07
Browse files Browse the repository at this point in the history
  • Loading branch information
noracato committed Jul 9, 2024
1 parent fa29d64 commit 1a0a59f
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 = 07
MINOR = 7

# 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 = 09
DAY = 9

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

0 comments on commit 1a0a59f

Please sign in to comment.