Skip to content

Commit

Permalink
Update version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Jan 31, 2024
1 parent 2a6b2eb commit 7425308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/miga/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ module MiGA
# - String indicating release status:
# - rc* release candidate, not released as gem
# - [0-9]+ stable release, released as gem
VERSION = [1.3, 9, 8].freeze
VERSION = [1.3, 10, 0].freeze

##
# Nickname for the current major.minor version.
VERSION_NAME = 'mezzotint'

##
# Date of the current gem relese.
VERSION_DATE = Date.new(2024, 1, 30)
VERSION_DATE = Date.new(2024, 1, 31)

##
# References of MiGA
Expand Down

0 comments on commit 7425308

Please # to comment.