Commit 6f0e42667e90b5f49928c7f3c2a3a78c50006ed7

Stefan Sperling 2019-08-12T08:19:39

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 86ee13e..db5b8ea 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.4
+GOT_VERSION_NUMBER=0.5
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}