Skip to content

Commit

Permalink
Bump revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 2, 2024
1 parent 1aa61e3 commit 8bcd375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module RVACars
YEAR = 23
MONTH = 10
DAY = 30
REVISION = 1
REVISION = 2
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY < 10 ? "0#{DAY}" : DAY}#{SUFFIX}-#{REVISION}"
URL = 'https://distribute.rva.lat/rva/rva_cars.zip'
Expand All @@ -28,7 +28,7 @@ module RVATracks
YEAR = 23
MONTH = 10
DAY = 30
REVISION = 1
REVISION = 2
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY < 10 ? "0#{DAY}" : DAY}#{SUFFIX}-#{REVISION}"
URL = 'https://distribute.rva.lat/rva/rva_tracks.zip'
Expand Down

0 comments on commit 8bcd375

Please sign in to comment.