Skip to content

Commit

Permalink
Bump rva_cars revision
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Dec 13, 2022
1 parent f5c29c5 commit 8989ac5
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 @@ -16,7 +16,7 @@ module RVACars
YEAR = 22
MONTH = 12
DAY = 12
REVISION = 3
REVISION = 2
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
URL = 'https://distribute.rva.lat/rva/rva_cars.zip'
Expand Down

0 comments on commit 8989ac5

Please sign in to comment.