Commit 02b79295e87a10a22d5f85028c86b7bdc97c227d

Stefan Sperling 2020-03-25T16:15:46

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 edad984..5a4ec35 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.31
+GOT_VERSION_NUMBER=0.32
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}