Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Apr 30, 2023
1 parent 01492f0 commit b2166e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ curl -L https://github.com/navilg/k8senv/releases/latest/download/k8senv-linux-a
chmod +x k8senv
```

Download specific version of `k8senv`. For e.g. To download version `v1.0.0`:
Download specific version of `k8senv`. For e.g. To download version `v1.0.1`:

```
cd ~/.k8senv/bin
curl -L https://github.com/navilg/k8senv/releases/download/v1.0.0/k8senv-linux-amd64 -o k8senv
curl -L https://github.com/navilg/k8senv/releases/download/v1.0.1/k8senv-linux-amd64 -o k8senv
chmod +x k8senv
```

Expand All @@ -44,11 +44,11 @@ curl -L https://github.com/navilg/k8senv/releases/latest/download/k8senv-linux-a
chmod +x k8senv
```

Download specific version of `k8senv`. For e.g. To download version `v1.0.0`:
Download specific version of `k8senv`. For e.g. To download version `v1.0.1`:

```
cd ~/.k8senv/bin
curl -L https://github.com/navilg/k8senv/releases/download/v1.0.0/k8senv-linux-arm64 -o k8senv
curl -L https://github.com/navilg/k8senv/releases/download/v1.0.1/k8senv-linux-arm64 -o k8senv
chmod +x k8senv
```

Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
)

var version string = "v1.0.0"
var version string = "v1.0.1"
var gitCommit string = "###GitCommitPlaceholder###"

func getGitCommit() string {
Expand Down

0 comments on commit b2166e0

Please sign in to comment.