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 8a1350d commit 4a4310d
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 RVACars
YEAR = 22
MONTH = 3
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_cars.zip'
end

0 comments on commit 4a4310d

Please sign in to comment.