diff --git a/Makefile b/Makefile index 2cea59b44..679f78346 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.2 +VERSION=v0.0.3 OUT_DIR=dist CLI_NAME?=cf diff --git a/build/ci.yml b/build/ci.yml index 257dd2662..1e634afff 100644 --- a/build/ci.yml +++ b/build/ci.yml @@ -53,6 +53,7 @@ steps: title: download modules commands: - go mod download -x + - make clean when: steps: - name: compare_versions