Skip to content

Commit

Permalink
Update to version 22.1212a-3
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Dec 17, 2022
1 parent 0450d4f commit 56dd714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RVAData
YEAR = 22
MONTH = 12
DAY = 12
REVISION = 2
REVISION = 3
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
end

0 comments on commit 56dd714

Please sign in to comment.