From fb52dbe7bf873a1faf177849ea12ca3467b590ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Fri, 20 Apr 2018 20:34:42 +0200 Subject: [PATCH] set master branch to v0.37+ --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 0f3c105..b847e73 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -9,7 +9,7 @@ # # Stephane Lesimple # -VERSION='0.37' +VERSION='0.37+' trap 'exit_cleanup' EXIT trap '_warn "interrupted, cleaning up..."; exit_cleanup; exit 1' INT