Commit 79bf0650c0b21854551674a8306d638ac8760698

Stefan Sperling 2020-04-14T11:50:16

bump version number

1
2
3
4
5
6
7
8
9
10
11
diff --git a/got-version.mk b/got-version.mk
index f476f90..7d6bcb0 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.33
+GOT_VERSION_NUMBER=0.34
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}