Skip to content

Commit

Permalink
Implement new version system
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 19, 2022
1 parent a1dd577 commit 23dac5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# frozen_string_literal: true

TIME = Time.now

module RVACars
NAME = 'rva_cars'
DESCRIPTION = "Re-Volt America's Cars Pack"
VERSION = '1.0000'
VERSION = "#{TIME.year.digits[0]}#{TIME.year.digits[1]}.#{TIME.month}#{TIME.day}"
URL = 'https://distribute.revolt-america.com/rva/rva_cars.zip'
end

0 comments on commit 23dac5c

Please sign in to comment.