From 2bc2791a5217b44b44a5214a4937277a14d5d6d4 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 7 Feb 2020 08:20:01 +0100 Subject: [PATCH] Version 0.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b04ba5..34132f1 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ deps: package_deb: build export PACKAGE_NAME="$(PROGRAM_NAME)" \ - export PACKAGE_VERSION="0.1.2" \ + export PACKAGE_VERSION="0.2.0" \ export PACKAGE_PREFIX=$(PREFIX:/%=%) \ export PACKAGE_PROGRAM="build/$(PROGRAM_NAME)" \ && ./scripts/build_deb.sh