Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d87aee9

Browse files
cdrciCoder CI
andauthored
chore: release 1.38.1 (#81)
Co-authored-by: Coder CI <[email protected]>
1 parent 6ae7eb6 commit d87aee9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

coder-cli-nightly.rb

Lines changed: 5 additions & 5 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.37.1"
4+
version "1.38.1"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.37.1/coder-cli-darwin-amd64.zip"
8-
sha256 "ca81635740f38bfc80f71918f5c5881ec598849e9f87709a519325b6e60b8614"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.38.1/coder-cli-darwin-amd64.zip"
8+
sha256 "766fb6c0a1659786624c58f46093cfba5999c36cfec6ebaf4e8075da44b7334a"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.37.1/coder-cli-linux-amd64.tar.gz"
11-
sha256 "9a612e656b9537f9329794908b5ab1ea1b89f5735982d99fb2c0dc7ebe22efeb"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.38.1/coder-cli-linux-amd64.tar.gz"
11+
sha256 "7d86916ea0357a85738d8a7ae62398bd9a75665977940313625508a0e77ec10f"
1212
end
1313

1414
def install

coder-cli.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class CoderCli < Formula
22
desc "Command-line tool for the Coder remote development platform"
33
homepage "https://github.com/cdr/coder-cli"
4-
version "1.37.1"
4+
version "1.38.1"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.37.1/coder-cli-darwin-amd64.zip"
8-
sha256 "ca81635740f38bfc80f71918f5c5881ec598849e9f87709a519325b6e60b8614"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.38.1/coder-cli-darwin-amd64.zip"
8+
sha256 "766fb6c0a1659786624c58f46093cfba5999c36cfec6ebaf4e8075da44b7334a"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.37.1/coder-cli-linux-amd64.tar.gz"
11-
sha256 "9a612e656b9537f9329794908b5ab1ea1b89f5735982d99fb2c0dc7ebe22efeb"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.38.1/coder-cli-linux-amd64.tar.gz"
11+
sha256 "7d86916ea0357a85738d8a7ae62398bd9a75665977940313625508a0e77ec10f"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)