Skip to content

Commit

Permalink
updated data.rb versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Y100XTT committed May 7, 2022
1 parent ec13b96 commit 0426d3d
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 @@ -4,8 +4,8 @@ module RVACars
NAME = 'rva_cars'
DESCRIPTION = "Re-Volt America's Cars Pack"
YEAR = 22
MONTH = 3
DAY = 21
MONTH = 5
DAY = 7
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}"
URL = 'https://distribute.revolt-america.com/rva/rva_cars.zip'
end

0 comments on commit 0426d3d

Please sign in to comment.