Commit e3cbec1abe01067c157767450a75b079f8e65b0f

Stefan Sperling 2022-01-06T22:03:18

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 4a9925c..7d52c35 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.65
+GOT_VERSION_NUMBER=0.66
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}