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 '