Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 48e6734

Browse files
authored
🚀 bumping to version 1.1.2 (#104)
1 parent 892b170 commit 48e6734

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ But for now, the following needs to be done manually:
4545
#### Get the *frigg* cli:
4646
Get the binary using go:
4747
```
48-
go install github.com/PatrickLaabs/[email protected].1
48+
go install github.com/PatrickLaabs/[email protected].2
4949
```
5050

5151
```
52-
curl -L -o frigg.tar.gz https://github.com/PatrickLaabs/frigg/releases/download/1.1.1/frigg_1.1.1_darwin_arm64.tar.gz
52+
curl -L -o frigg.tar.gz https://github.com/PatrickLaabs/frigg/releases/download/1.1.2/frigg_1.1.2_darwin_arm64.tar.gz
5353
tar -xf frigg.tar.gz
5454
chmod +x frigg
5555
./frigg version

pkg/consts/consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package consts
22

33
// FriggVersion and VersionPreRelease constants are used to define the Version the Frigg CLI outputs on ./frigg version
4-
const FriggVersion = "1.1.1"
4+
const FriggVersion = "1.1.2"
55
const VersionPreRelease = ""
66
const GithubCliVersion = "2.45.0"
77
const KubectlVersion = "1.29.2"

0 commit comments

Comments
 (0)