Commit b4998ee22e6c4f0556359a5177852e33f021184d

Stefan Sperling 2022-06-17T13:00:45

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