Skip to content

Commit

Permalink
Update rva_tracks submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Dec 14, 2022
1 parent 480f73f commit eff3a79
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 @@ -28,7 +28,7 @@ module RVATracks
YEAR = 22
MONTH = 12
DAY = 10
REVISION = 1
REVISION = 2
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
URL = 'https://distribute.rva.lat/rva/rva_tracks.zip'
Expand Down
2 changes: 1 addition & 1 deletion rva_tracks

0 comments on commit eff3a79

Please sign in to comment.