release: bump to v0.35

This commit is contained in:
Stéphane Lesimple 2018-02-16 10:35:49 +01:00
parent b4ac5fcbe3
commit 30842dd9c0
1 changed files with 3 additions and 2 deletions

View File

@ -4,11 +4,12 @@
# Check for the latest version at:
# https://github.com/speed47/spectre-meltdown-checker
# git clone https://github.com/speed47/spectre-meltdown-checker.git
# or wget https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh
# or wget meltdown.ovh -O spectre-meltdown-checker.sh
# or curl -L meltdown.ovh -o spectre-meltdown-checker.sh
#
# Stephane Lesimple
#
VERSION='0.34+'
VERSION='0.35'
trap 'exit_cleanup' EXIT
trap '_warn "interrupted, cleaning up..."; exit_cleanup; exit 1' INT