Skip to content

Commit b412db5

Browse files
committed
Deploy March 2025
1 parent 62170d0 commit b412db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/models/etmodel/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ module Version
99
MAJOR = 2025
1010

1111
# Month of release.
12-
MINOR = 02
12+
MINOR = 03
1313

1414
# Day of release. This is not used in version numbers but is required to build the DATE_VERSION
1515
# so that we know the exact date. This should be the day on which the minor version was released,
1616
# not incremented for each small change.
17-
DAY = 24
17+
DAY = 6
1818

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

0 commit comments

Comments
 (0)