From 2300d24b5a629df78c0318ccfd5176189bf72c97 Mon Sep 17 00:00:00 2001 From: Donal Byrne Date: Wed, 1 Jun 2022 16:59:09 +0200 Subject: [PATCH] Removed hook --- .goreleaser.yaml | 2 -- version.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6f69696..760950d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,7 +1,5 @@ # Make sure to check the documentation at http://goreleaser.com before: - hooks: - - make version builds: - env: - CGO_ENABLED=0 diff --git a/version.go b/version.go index 7efd91d..907c1ad 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -const VERSION = "v0.1.3" +const VERSION = "v0.1.4"