Skip to content

Commit

Permalink
Update repository version
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Dec 14, 2022
1 parent eff3a79 commit 19a7bb8
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 RVA
NAME = 'Re-Volt America'
DESCRIPTION = "Re-Volt America's Official Content Pack"
YEAR = 22
MONTH = 5
DAY = 9
MONTH = 12
DAY = 13
REVISION = 1
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
Expand Down

0 comments on commit 19a7bb8

Please sign in to comment.