Skip to content

Commit

Permalink
Bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 2, 2024
1 parent 764e6c5 commit a34bdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.rb
Expand Up @@ -4,7 +4,7 @@ module RVAData
YEAR = 23
MONTH = 10
DAY = 30
REVISION = 3
REVISION = 4
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY < 10 ? "0#{DAY}" : DAY}#{SUFFIX}-#{REVISION}"
end

0 comments on commit a34bdbc

Please sign in to comment.