From ef749eda53e881679317bc1216c4a318ace59ae6 Mon Sep 17 00:00:00 2001 From: jtothebell Date: Wed, 19 Jan 2022 21:16:17 -0700 Subject: [PATCH] bump build number --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb8ed1a9..2ec6f799 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ export APP_AUTHOR = jtothebell export V_MAJOR = 0 export V_MINOR = 0 export V_PATCH = 2 -export V_BUILD = 13 +export V_BUILD = 14 export APP_VERSION = v$(V_MAJOR).$(V_MINOR).$(V_PATCH).$(V_BUILD)