We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a082555 + d829a13 commit 20ccab1Copy full SHA for 20ccab1
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- licensed (4.5.0)
+ licensed (5.0.0)
5
json (~> 2.6)
6
licensee (~> 9.16)
7
parallel (~> 1.22)
lib/licensed/version.rb
@@ -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
0 commit comments