We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62170d0 commit b412db5Copy full SHA for b412db5
app/models/etmodel/version.rb
@@ -9,12 +9,12 @@ module Version
9
MAJOR = 2025
10
11
# Month of release.
12
- MINOR = 02
+ MINOR = 03
13
14
# Day of release. This is not used in version numbers but is required to build the DATE_VERSION
15
# so that we know the exact date. This should be the day on which the minor version was released,
16
# not incremented for each small change.
17
- DAY = 24
+ DAY = 6
18
19
STRING = format('%<major>d.%<minor>02d', major: MAJOR, minor: MINOR)
20
DATE = Date.new(MAJOR, MINOR, DAY)
0 commit comments