Skip to content

Commit

Permalink
chore: publish version v0.1.1 (#4)
Browse files Browse the repository at this point in the history
* docs: typo

* chore: publish version 0.1.1
  • Loading branch information
Tchoupinax authored Mar 24, 2024
1 parent 0dce9e0 commit 56ea774
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 @@ -30,7 +30,7 @@ Using [Vegeta](https://github.com/tsenart/vegeta), we can overload the service t

⚠️ During the process, pods and service will be updated, that means if you expect to port-forward the service, the connection will be lost during the migration. We suggest you to target an `Ingress` or any others way to reach the service.

### Monotoring from your terminal
### Monitoring from your terminal

#### Requirements

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/fatih/color"
)

const Version string = "0.1.0"
const Version string = "0.1.1"
const BuildDate string = "2024-03-24"

func cliCommandDisplayHelp(args []string) {
Expand Down

0 comments on commit 56ea774

Please sign in to comment.