Commit 377624f7f3328486605f0c0ca78abc398440bdbe

Stefan Sperling 2020-07-23T14:08:34

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 5a017c1..93ef8be 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.37
+GOT_VERSION_NUMBER=0.38
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}