Skip to content

Commit 5fe9e91

Browse files
committed
bump coder-cli-nightly
1 parent 9942699 commit 5fe9e91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coder-cli-nightly.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class CoderCliNightly < Formula
22
desc "Command-line tool for the Coder remote development platform, nightly release channel"
33
homepage "https://github.com/cdr/coder-cli"
4-
version "1.16.0"
4+
version "1.17.0-rc.1"
55
bottle :unneeded
66

77
if OS.mac?
8-
url "https://github.com/cdr/coder-cli/releases/download/v1.16.0/coder-cli-darwin-amd64.zip"
8+
url "https://github.com/cdr/coder-cli/releases/download/v1.17.0-rc.1/coder-cli-darwin-amd64.zip"
99
sha256 "e2ae636f51245356992206c3e08f72fd6e937e1b17be804b82598a9dc2f0dee2"
1010
else
11-
url "https://github.com/cdr/coder-cli/releases/download/v1.16.0/coder-cli-linux-amd64.tar.gz"
11+
url "https://github.com/cdr/coder-cli/releases/download/v1.17.0-rc.1/coder-cli-linux-amd64.tar.gz"
1212
sha256 "ae7c7af5c9dae2de2bfa24689c3d8afeecc95fa97eefc47ce7c324efeaabb724"
1313
end
1414

0 commit comments

Comments
 (0)