Skip to content

Commit

Permalink
Merge pull request #749 from github/more-version-bump
Browse files Browse the repository at this point in the history
Update version in other places
  • Loading branch information
dangoor authored Oct 4, 2024
2 parents a082555 + d829a13 commit 20ccab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
licensed (4.5.0)
licensed (5.0.0)
json (~> 2.6)
licensee (~> 9.16)
parallel (~> 1.22)
Expand Down
2 changes: 1 addition & 1 deletion lib/licensed/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Licensed
VERSION = "4.5.0".freeze
VERSION = "5.0.0".freeze

def self.previous_major_versions
major_version = Gem::Version.new(Licensed::VERSION).segments.first
Expand Down

0 comments on commit 20ccab1

Please sign in to comment.