From 4ab43e9b2b235583bcbd10187123d0533498b45f Mon Sep 17 00:00:00 2001 From: Nathan Dines Date: Sun, 15 Jul 2018 17:32:45 +1000 Subject: [PATCH] Release: v2.2.1 --- .circleci/config.yml | 3 +++ commands/root.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bee1a54..4e42bf0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,6 +45,9 @@ jobs: release-github: <<: *defaults + environment: + CGO_ENABLED: '0' + steps: - checkout diff --git a/commands/root.go b/commands/root.go index 12bb925..de7d258 100644 --- a/commands/root.go +++ b/commands/root.go @@ -32,7 +32,7 @@ friendly for continuous delivery environments. GitHub: https://github.com/nathandines/forge `, - Version: "v2.2.1-develop", + Version: "v2.2.1", } func init() {