Commit 376d7c6217310146ba605e4994521c6fde62fc18

Stefan Sperling 2021-09-03T11:11: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 3b0c580..6bf4100 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.57
+GOT_VERSION_NUMBER=0.58
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}