Skip to content

Commit

Permalink
Update to version 24.0501a-1
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed May 1, 2024
1 parent 361273d commit 1d10d25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data.rb
@@ -1,10 +1,10 @@
# frozen_string_literal: true

module RVAData
YEAR = 23
MONTH = 10
DAY = 30
REVISION = 4
YEAR = 24
MONTH = 5
DAY = 1
REVISION = 1
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY < 10 ? "0#{DAY}" : DAY}#{SUFFIX}-#{REVISION}"
end

0 comments on commit 1d10d25

Please sign in to comment.