Commit 6deaf2369b6d093c0eeb7f97a7e0d6cbcbc8d210

Stefan Sperling 2021-03-22T11:26:54

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 953cabb..3eec20a 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.50
+GOT_VERSION_NUMBER=0.51
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}