From be15e476717f79c763ae4a6acb7c73a8a750d761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Thu, 9 Aug 2018 14:25:22 +0200 Subject: [PATCH] chore: setting master to v0.38+ --- 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 63ffabb..48ae5ae 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -9,7 +9,7 @@ # # Stephane Lesimple # -VERSION='0.38' +VERSION='0.38+' trap 'exit_cleanup' EXIT trap '_warn "interrupted, cleaning up..."; exit_cleanup; exit 1' INT