From c4c1475b3dcf4b35cf90af450c992b4932039845 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Mon, 18 Sep 2023 12:47:36 +0000 Subject: [PATCH] bump version number --- got-version.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/got-version.mk b/got-version.mk index 69b02be7..e286fc5a 100644 --- a/got-version.mk +++ b/got-version.mk @@ -1,5 +1,5 @@ GOT_RELEASE=No -GOT_VERSION_NUMBER=0.93 +GOT_VERSION_NUMBER=0.94 .if ${GOT_RELEASE} == Yes GOT_VERSION=${GOT_VERSION_NUMBER} -- 2.11.4.GIT