Skip to content

Commit

Permalink
Update to version 23.1030a-1
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Oct 30, 2023
1 parent d311746 commit 3423a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module RVAData
YEAR = 23
MONTH = 10
DAY = 1
REVISION = 2
DAY = 30
REVISION = 1
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY < 10 ? "0#{DAY}" : DAY}#{SUFFIX}-#{REVISION}"
end

0 comments on commit 3423a1a

Please sign in to comment.