Skip to content

Commit

Permalink
Update to version 22.1212a-1
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Dec 12, 2022
1 parent 2fb045b commit 4405d94
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 = 22
MONTH = 8
DAY = 17
REVISION = 3
MONTH = 12
DAY = 12
REVISION = 1
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
end

0 comments on commit 4405d94

Please sign in to comment.