Skip to content

Commit

Permalink
Bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP authored and bgm committed Jan 16, 2023
1 parent ca0c921 commit 1755599
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 = 4
REVISION = 5
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
end

0 comments on commit 1755599

Please sign in to comment.