Skip to content

Commit

Permalink
Update rva_cars to 22.1212a-3
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Dec 14, 2022
1 parent f4d05b7 commit 480f73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = 2
REVISION = 3
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
URL = 'https://distribute.rva.lat/rva/rva_cars.zip'
Expand Down
2 changes: 1 addition & 1 deletion rva_cars

0 comments on commit 480f73f

Please sign in to comment.