From f62623af386989db571fb65c79a105ea25cf5849 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sat, 14 May 2022 11:49:20 +0200 Subject: [PATCH] chore: Bump version to 1.0.3 Signed-off-by: Julien Riou --- check_trex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_trex.py b/check_trex.py index c3bb868..2a5bbea 100755 --- a/check_trex.py +++ b/check_trex.py @@ -135,7 +135,7 @@ def setup_logging(args): def show_version(): - print("1.0.2") + print("1.0.3") class BelowThresholdContext(Context):