Skip to content

Commit

Permalink
Bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Sep 11, 2022
1 parent 573a535 commit 510741f
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 = 2
REVISION = 3
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 510741f

Please sign in to comment.