From 48eea20ad529a445437f215532ebfe1c9f82509c Mon Sep 17 00:00:00 2001 From: "roi.kramer" Date: Wed, 26 May 2021 17:56:14 +0300 Subject: [PATCH] wip --- Makefile | 2 +- build/ci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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