Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
r0h4n committed Feb 28, 2017
1 parent da8b438 commit 67a3a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CWD := $(shell pwd)
BASEDIR := $(CWD)
PRINT_STATUS = export EC=$$?; cd $(CWD); if [ "$$EC" -eq "0" ]; then printf "SUCCESS!\n"; else exit $$EC; fi
VERSION=1.2
VERSION=1.2.1

BUILDS := .build
DEPLOY := $(BUILDS)/deploy
Expand Down

0 comments on commit 67a3a5c

Please sign in to comment.