From fe03dcc54a5dd3b43bc67f2caa3423a4ff19c126 Mon Sep 17 00:00:00 2001 From: Oscar Lim Date: Thu, 25 May 2017 16:03:29 -0700 Subject: [PATCH] Bump version to 0.2.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de683ad6..2743c92b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ COMMIT_HASH := $Format:%h$ -GN_VERSION := 0.2.0 +GN_VERSION := 0.2.1 export GN_VERSION := $(if $(filter-out %:%h,$(COMMIT_HASH)),$(GN_VERSION)-$(COMMIT_HASH)) .PHONY: all