Commit c80f5f010956d72c751b435eca30d106a3ac5a26

Stefan Sperling 2020-12-27T09:36:17

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