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 78d3208 commit 02c8a17Copy full SHA for 02c8a17
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- cpflow (4.0.0)
+ cpflow (4.0.1)
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 = "4.0.0"
+ VERSION = "4.0.1"
MIN_CPLN_VERSION = "3.1.0"
end
0 commit comments