From 48e67346216a3b9c5523c8efaa00ea7016af5343 Mon Sep 17 00:00:00 2001 From: Patrick Laabs Date: Sun, 17 Mar 2024 15:46:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20bumping=20to=20version=201.1.2?= =?UTF-8?q?=20(#104)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- pkg/consts/consts.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d3cfb6..26c5ce2 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ But for now, the following needs to be done manually: #### Get the *frigg* cli: Get the binary using go: ``` -go install github.com/PatrickLaabs/frigg@1.1.1 +go install github.com/PatrickLaabs/frigg@1.1.2 ``` ``` -curl -L -o frigg.tar.gz https://github.com/PatrickLaabs/frigg/releases/download/1.1.1/frigg_1.1.1_darwin_arm64.tar.gz +curl -L -o frigg.tar.gz https://github.com/PatrickLaabs/frigg/releases/download/1.1.2/frigg_1.1.2_darwin_arm64.tar.gz tar -xf frigg.tar.gz chmod +x frigg ./frigg version diff --git a/pkg/consts/consts.go b/pkg/consts/consts.go index 6662a81..936ce61 100644 --- a/pkg/consts/consts.go +++ b/pkg/consts/consts.go @@ -1,7 +1,7 @@ package consts // FriggVersion and VersionPreRelease constants are used to define the Version the Frigg CLI outputs on ./frigg version -const FriggVersion = "1.1.1" +const FriggVersion = "1.1.2" const VersionPreRelease = "" const GithubCliVersion = "2.45.0" const KubectlVersion = "1.29.2"