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 c9764bb commit 1528067Copy full SHA for 1528067
ci/publish-gem.sh
@@ -19,7 +19,7 @@ here=$(cd "$(dirname "$me")" && pwd)
19
root=$(cd "$here/.." && pwd)
20
just_me=$(basename "$me")
21
22
-: "${GEM_NAME:=leopard}"
+: "${GEM_NAME:=linear-cli}"
23
: "${GIT_ORG:=rubyists}"
24
25
GEM_HOST=$1
lib/linear/cli/version.rb
@@ -3,7 +3,7 @@
3
module Rubyists
4
module Linear
5
# x-release-please-start-version
6
- VERSION = '1.0.0'
+ VERSION = '2.0.1'
7
# x-release-please-end
8
end
9
0 commit comments