From 9dbd2359386cfd7bb49c6fc58ba21475e5f38e78 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 6 Oct 2022 05:48:21 +0200 Subject: [PATCH] Version fix. 0.19.* must become the stable version. Not 0.20. --- bin/linspector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/linspector b/bin/linspector index 332bd8c..aa39085 100755 --- a/bin/linspector +++ b/bin/linspector @@ -35,7 +35,7 @@ from linspector.core.monitors import Monitors logger = logging.getLogger('linspector') -# i currently only increase the 3rd number because the goal is that 0.20.* will become the first +# i currently only increase the 3rd number because the goal is that 0.19.* will become the first # stable version. __version__ = '0.19.36.dev1' __author__ = 'Johannes Findeisen '