Commit 2cf9e3ff298ed9a841b21d51174003f268b33a01

Stefan Sperling 2021-08-30T20:29:52

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 e4f964c..3b0c580 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.56
+GOT_VERSION_NUMBER=0.57
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}