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

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickLaabs committed Mar 2, 2024
1 parent 1dbef16 commit f3baf38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ go install github.com/PatrickLaabs/frigg@latest
```

```
curl -L -o frigg.tar.gz https://github.com/PatrickLaabs/frigg/releases/download/1.0.0/frigg_1.0.0_darwin_arm64.tar.gz
curl -L -o frigg.tar.gz https://github.com/PatrickLaabs/frigg/releases/download/1.0.1/frigg_1.0.1_darwin_arm64.tar.gz
tar -xf frigg.tar.gz
chmod +x frigg
./frigg version
Expand Down
2 changes: 1 addition & 1 deletion cmd/frigg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func DisplayVersion() string {
}

// versionCore is the core portion of the frigg CLI version per Semantic Versioning 2.0.0
const versionCore = "1.0.0"
const versionCore = "1.0.1"

// versionPreRelease is the base pre-release portion of the kind CLI version per
// Semantic Versioning 2.0.0
Expand Down

0 comments on commit f3baf38

Please sign in to comment.