Skip to content

Commit

Permalink
Update version format
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Mar 21, 2022
1 parent a155db1 commit dc01287
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,6 +6,6 @@ module RVATracks
YEAR = 22
MONTH = 2
DAY = 21
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY < 10 ? "0#{DAY}" : DAY}"
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}"
URL = 'https://distribute.revolt-america.com/rva/rva_tracks.zip'
end

0 comments on commit dc01287

Please sign in to comment.