Skip to content

Commit

Permalink
Increment version to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepingkingstudios committed Dec 14, 2023
1 parent dd86a5d commit 3e796f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cuprum/collections/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ module Version
# Patch version.
PATCH = 0
# Prerelease version.
PRERELEASE = 'rc'
PRERELEASE = nil
# Build metadata.
BUILD = 0
BUILD = nil

class << self
# Generates the gem version string from the Version constants.
Expand Down

0 comments on commit 3e796f4

Please sign in to comment.