Skip to content

Commit 210edb4

Browse files
authored
fixed makefile, bumped version to v1.0.1 (#459)
1 parent bdf2ea3 commit 210edb4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v1.0.0
1+
VERSION=v1.0.1
22

33
ifndef GOBIN
44
ifndef GOPATH

codefresh.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ steps:
5353
stage: Release
5454
title: Create release in Github
5555
commands:
56-
- export VERSION=$(make cur_version)
5756
- VERSION=$(if [[ ${VERSION:0:1} == "v" ]] ; then echo $VERSION; else echo "v${VERSION}"; fi )
5857
- gh release create --repo ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}} -t $VERSION -n $VERSION $VERSION
5958
when:

0 commit comments

Comments
 (0)