Skip to content

Commit aff9792

Browse files
authored
Update version.rb
1 parent b5a2dd1 commit aff9792

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
@@ -6,12 +6,12 @@ module Version
66
MAJOR = 2024
77

88
# Month of release.
9-
MINOR = 10
9+
MINOR = 11
1010

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

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

0 commit comments

Comments
 (0)