From 5f592578261271fea7bcc2b5756487ef19b1e984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Mon, 13 Aug 2018 15:33:03 +0200 Subject: [PATCH] bump to v0.39 --- 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 e46fde3..34de9b3 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -9,7 +9,7 @@ # # Stephane Lesimple # -VERSION='0.38+' +VERSION='0.39' trap 'exit_cleanup' EXIT trap '_warn "interrupted, cleaning up..."; exit_cleanup; exit 1' INT