Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed May 15, 2024
1 parent cd67bc2 commit 508b6cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cpl (2.0.0.rc.1)
cpl (2.0.0)
debug (~> 1.7.1)
dotenv (~> 2.8.1)
jwt (~> 2.8.1)
Expand Down Expand Up @@ -52,7 +52,7 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.5.6)
reline (0.5.7)
io-console (~> 0.5)
rexml (3.2.6)
rspec (3.12.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/cpl/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Cpl
VERSION = "2.0.0.rc.1"
VERSION = "2.0.0"
MIN_CPLN_VERSION = "2.0.1"
end

0 comments on commit 508b6cd

Please sign in to comment.