Commit 333ac74ecb8eb10c94850efc8c0e03273224c044

Stefan Sperling 2019-08-09T11:20:19

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 3764a81..91675fc 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.1
+GOT_VERSION_NUMBER=0.2
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}