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

Commit

Permalink
🚀 bumping to version 1.1.2 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickLaabs committed Mar 17, 2024
1 parent 892b170 commit 48e6734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/consts/consts.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 48e6734

Please sign in to comment.