Skip to content

Commit

Permalink
fix: fix release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Apr 2, 2024
1 parent ca722af commit 4f7cd15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ gomod:
proxy: true

builds:
- main: .
# If true, skip the build. for library projects.
skip: true
# - id: ens
# main: .
# # If true, skip the build. for library projects.
# skip: true

- id: ormat
main: .
Expand Down
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.1"
const version = "v0.16.2"

func BuildVersion() string {
return fmt.Sprintf("%s\nGo Version: %s\nGo Os: %s\nGo Arch: %s\n",
Expand Down

0 comments on commit 4f7cd15

Please sign in to comment.