Commit 6d9c73d72e43db5dfe560cade0a61eed638b45d0

Stefan Sperling 2022-05-10T11:46:02

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 310b720..c9cc066 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.70
+GOT_VERSION_NUMBER=0.71
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}