From edebe4dcd47cb8457d778406ed9de7670d6d8eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Wed, 18 Apr 2018 23:51:45 +0200 Subject: [PATCH] bump 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 898ec24..0f3c105 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -9,7 +9,7 @@ # # Stephane Lesimple # -VERSION='0.36+' +VERSION='0.37' trap 'exit_cleanup' EXIT trap '_warn "interrupted, cleaning up..."; exit_cleanup; exit 1' INT