Commit 4a669b4d3071698d662027a6c80ea850be275084

Stefan Sperling 2019-09-23T11:50:20

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 893064c..096f43b 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.16
+GOT_VERSION_NUMBER=0.17
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}