Skip to content

Commit 20ccab1

Browse files
authored
Merge pull request #749 from github/more-version-bump
Update version in other places
2 parents a082555 + d829a13 commit 20ccab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
licensed (4.5.0)
4+
licensed (5.0.0)
55
json (~> 2.6)
66
licensee (~> 9.16)
77
parallel (~> 1.22)

lib/licensed/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Licensed
3-
VERSION = "4.5.0".freeze
3+
VERSION = "5.0.0".freeze
44

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

0 commit comments

Comments
 (0)