diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 56e5e68..915ce12 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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: . diff --git a/cmd/ormat/command/helper_version.go b/cmd/ormat/command/helper_version.go index 3d0444f..f60186a 100644 --- a/cmd/ormat/command/helper_version.go +++ b/cmd/ormat/command/helper_version.go @@ -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",