Skip to content

Commit

Permalink
Updated data.rb file to reflect current revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Y100XTT committed Aug 18, 2022
1 parent c47959c commit c7fd9ab
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 @@ -6,7 +6,7 @@ module RVATracks
YEAR = 22
MONTH = 8
DAY = 17
REVISION = 1
REVISION = 2
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
URL = 'https://distribute.revolt-america.com/rva/rva_tracks.zip'
Expand Down

0 comments on commit c7fd9ab

Please sign in to comment.