Skip to content

Commit

Permalink
Update to version 23.1001a-1
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Oct 1, 2023
1 parent 08e4722 commit 21d0216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

module RVAData
YEAR = 23
MONTH = 5
DAY = 16
REVISION = 3
MONTH = 10
DAY = 1
REVISION = 1
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY < 10 ? "0#{DAY}" : DAY}#{SUFFIX}-#{REVISION}"
end

0 comments on commit 21d0216

Please sign in to comment.