Skip to content

Commit

Permalink
fix: fix upgrade bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Apr 2, 2024
1 parent 4d120f6 commit ca722af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/ormat/command/helper_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const version = "v0.16.0"
const version = "v0.16.1"

func BuildVersion() string {
return fmt.Sprintf("%s\nGo Version: %s\nGo Os: %s\nGo Arch: %s\n",
Expand Down
2 changes: 1 addition & 1 deletion cmd/ormat/command/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func newUpgradeCmd() *upgradeCmd {
Command: "ormat",
Store: &githubStore{
Owner: "things-go",
Repo: "ormat",
Repo: "ens",
Version: version,
Client: NewGithubClient(os.Getenv("GITHUB_TOKEN")),
},
Expand Down

0 comments on commit ca722af

Please sign in to comment.