From 3b160a378864e2217706f4634485c0641472825d Mon Sep 17 00:00:00 2001 From: Coder CI Date: Thu, 23 Feb 2023 18:38:49 +0000 Subject: [PATCH] chore: release 1.40.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 296a7e2..21abf22 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.39.1" + version "1.40.0" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.39.1/coder-cli-darwin-amd64.zip" - sha256 "74cf000a932b932dd025bd3da52f382916d45c5b5a0b143ef05ab6db10dcba16" + url "https://github.com/cdr/coder-cli/releases/download/v1.40.0/coder-cli-darwin-amd64.zip" + sha256 "68d3299325234382143ee4f1f614bd676ab01b4c8dd430cb38b3703f5d546057" else - url "https://github.com/cdr/coder-cli/releases/download/v1.39.1/coder-cli-linux-amd64.tar.gz" - sha256 "fc08fe979f0d57a6215f2c8397e3868c7bff2b159817c2d29f511b013f2ded1a" + url "https://github.com/cdr/coder-cli/releases/download/v1.40.0/coder-cli-linux-amd64.tar.gz" + sha256 "56782ca3af6c466c3ca9e8f6b9eec2a4b6e133bf7c225962c6845681f2500be9" end def install diff --git a/coder-cli.rb b/coder-cli.rb index 2ce57e2..7975873 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.39.1" + version "1.40.0" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.39.1/coder-cli-darwin-amd64.zip" - sha256 "74cf000a932b932dd025bd3da52f382916d45c5b5a0b143ef05ab6db10dcba16" + url "https://github.com/cdr/coder-cli/releases/download/v1.40.0/coder-cli-darwin-amd64.zip" + sha256 "68d3299325234382143ee4f1f614bd676ab01b4c8dd430cb38b3703f5d546057" else - url "https://github.com/cdr/coder-cli/releases/download/v1.39.1/coder-cli-linux-amd64.tar.gz" - sha256 "fc08fe979f0d57a6215f2c8397e3868c7bff2b159817c2d29f511b013f2ded1a" + url "https://github.com/cdr/coder-cli/releases/download/v1.40.0/coder-cli-linux-amd64.tar.gz" + sha256 "56782ca3af6c466c3ca9e8f6b9eec2a4b6e133bf7c225962c6845681f2500be9" end def install