Skip to content

Commit

Permalink
Add version suffix and revision
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed May 10, 2022
1 parent f45f465 commit 4acf97d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ module RVATracks
YEAR = 22
MONTH = 5
DAY = 9
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}"
REVISION = 1
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
URL = 'https://distribute.revolt-america.com/rva/rva_tracks.zip'
end

0 comments on commit 4acf97d

Please sign in to comment.