From b4db9380cd9b1a7106d845f3f2e47ed232c233fe Mon Sep 17 00:00:00 2001 From: Coder CI Date: Thu, 28 Jul 2022 02:06:19 +0000 Subject: [PATCH] chore: release 1.33.0 --- coder-cli-nightly.rb | 10 +++++----- coder-cli.rb | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/coder-cli-nightly.rb b/coder-cli-nightly.rb index 168c6c3..fc3f03d 100644 --- a/coder-cli-nightly.rb +++ b/coder-cli-nightly.rb @@ -1,14 +1,14 @@ class CoderCliNightly < Formula desc "Command-line tool for the Coder remote development platform, nightly release channel" homepage "https://github.com/cdr/coder-cli" - version "1.32.2" + version "1.33.0" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.32.2/coder-cli-darwin-amd64.zip" - sha256 "23cf0daea7af10701d969fd0b6e1d19b9a228335a8dcc13b6701f8bc94b7b99a" + url "https://github.com/cdr/coder-cli/releases/download/v1.33.0/coder-cli-darwin-amd64.zip" + sha256 "483e7363c44e1f81331c3631100f8f562a276534919aff937b8dbe6d29657814" else - url "https://github.com/cdr/coder-cli/releases/download/v1.32.2/coder-cli-linux-amd64.tar.gz" - sha256 "3a9464884e007fb423768b0b90daa050c2fa7de1122c9ba72f3cc8ca5bf91865" + url "https://github.com/cdr/coder-cli/releases/download/v1.33.0/coder-cli-linux-amd64.tar.gz" + sha256 "de068821b284a0b491fc5b1b349425256f1a0b85d6362c599555a508e3dba9ad" end def install diff --git a/coder-cli.rb b/coder-cli.rb index a6b7206..79a601b 100644 --- a/coder-cli.rb +++ b/coder-cli.rb @@ -1,14 +1,14 @@ class CoderCli < Formula desc "Command-line tool for the Coder remote development platform" homepage "https://github.com/cdr/coder-cli" - version "1.32.2" + version "1.33.0" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.32.2/coder-cli-darwin-amd64.zip" - sha256 "23cf0daea7af10701d969fd0b6e1d19b9a228335a8dcc13b6701f8bc94b7b99a" + url "https://github.com/cdr/coder-cli/releases/download/v1.33.0/coder-cli-darwin-amd64.zip" + sha256 "483e7363c44e1f81331c3631100f8f562a276534919aff937b8dbe6d29657814" else - url "https://github.com/cdr/coder-cli/releases/download/v1.32.2/coder-cli-linux-amd64.tar.gz" - sha256 "3a9464884e007fb423768b0b90daa050c2fa7de1122c9ba72f3cc8ca5bf91865" + url "https://github.com/cdr/coder-cli/releases/download/v1.33.0/coder-cli-linux-amd64.tar.gz" + sha256 "de068821b284a0b491fc5b1b349425256f1a0b85d6362c599555a508e3dba9ad" end def install