From 3011fb542cfe1882f8c97b24d96668d167020ff4 Mon Sep 17 00:00:00 2001 From: Coder CI Date: Mon, 18 Apr 2022 21:41:39 +0000 Subject: [PATCH] chore: release 1.29.2 --- 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 9e11f0f..b14265a 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.29.1" + version "1.29.2" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.29.1/coder-cli-darwin-amd64.zip" - sha256 "339995a8b41634c7d0ec58c20e6add3f4304423dee5fd7dfdd175856f9839412" + url "https://github.com/cdr/coder-cli/releases/download/v1.29.2/coder-cli-darwin-amd64.zip" + sha256 "1215692df4444386abf0ef7258b495abbd5b70b480bc97724cd8808c3e568314" else - url "https://github.com/cdr/coder-cli/releases/download/v1.29.1/coder-cli-linux-amd64.tar.gz" - sha256 "fbb44c2c1f2887cc4c315bcb65f65fb78e859c96f155a32e426b11ae4d549ede" + url "https://github.com/cdr/coder-cli/releases/download/v1.29.2/coder-cli-linux-amd64.tar.gz" + sha256 "a9251da9aae7d3cc5a2a5928c6797dffb5bdda50151cc03d267db1a2b83c36f4" end def install diff --git a/coder-cli.rb b/coder-cli.rb index 79f3e39..ee0251f 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.29.1" + version "1.29.2" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.29.1/coder-cli-darwin-amd64.zip" - sha256 "339995a8b41634c7d0ec58c20e6add3f4304423dee5fd7dfdd175856f9839412" + url "https://github.com/cdr/coder-cli/releases/download/v1.29.2/coder-cli-darwin-amd64.zip" + sha256 "1215692df4444386abf0ef7258b495abbd5b70b480bc97724cd8808c3e568314" else - url "https://github.com/cdr/coder-cli/releases/download/v1.29.1/coder-cli-linux-amd64.tar.gz" - sha256 "fbb44c2c1f2887cc4c315bcb65f65fb78e859c96f155a32e426b11ae4d549ede" + url "https://github.com/cdr/coder-cli/releases/download/v1.29.2/coder-cli-linux-amd64.tar.gz" + sha256 "a9251da9aae7d3cc5a2a5928c6797dffb5bdda50151cc03d267db1a2b83c36f4" end def install