We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e1887 commit 3de0445Copy full SHA for 3de0445
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- cpflow (3.0.1)
+ cpflow (4.0.0)
5
dotenv (~> 2.8.1)
6
jwt (~> 2.8.1)
7
psych (~> 5.1.0)
lib/cpflow/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Cpflow
- VERSION = "3.0.1"
+ VERSION = "4.0.0"
MIN_CPLN_VERSION = "3.1.0"
end
0 commit comments