diff options
author | Stéphane Lesimple <speed47_github@speed47.net> | 2018-01-08 17:48:20 +0100 |
---|---|---|
committer | Stéphane Lesimple <speed47_github@speed47.net> | 2018-01-08 17:48:20 +0100 |
commit | 8d4d295309303ea4b8cdb41e1113f602e92276d0 (patch) | |
tree | ab694e5b9d259dcd301e778d34bbf75870c3283f | |
parent | 1ff437edbb94010dcb65597d71b3a196d98973a9 (diff) | |
download | spectre-meltdown-checker-8d4d295309303ea4b8cdb41e1113f602e92276d0.tar.lz spectre-meltdown-checker-8d4d295309303ea4b8cdb41e1113f602e92276d0.tar.xz spectre-meltdown-checker-8d4d295309303ea4b8cdb41e1113f602e92276d0.zip |
bump to v0.16 to reflect changes
-rwxr-xr-x | spectre-meltdown-checker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 93b93a1..60718fe 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -1,7 +1,7 @@ #! /bin/sh # Spectre & Meltdown checker # Stephane Lesimple -VERSION=0.15 +VERSION=0.16 # print status function pstatus() |