Commit 91cf13dcc21949ad5ecbbd28ccaaadb8010b6660

Stefan Sperling 2019-11-25T23:45:41

bump version number

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