Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
v0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan authored and Stefan Prodan committed Jul 29, 2017
1 parent 0cf4297 commit cb9875d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL:=/bin/bash

APP_VERSION?=0.4
APP_VERSION?=0.5

# build vars
BUILD_DATE:=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
Expand Down Expand Up @@ -104,4 +104,4 @@ vet:
echo "go vet failed"; \
fi

.PHONY: build
.PHONY: build

0 comments on commit cb9875d

Please sign in to comment.