1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-06-02 03:15:24 +02:00

bump to v0.37

This commit is contained in:
Stéphane Lesimple 2018-04-18 23:51:45 +02:00
parent 83ea78f523
commit edebe4dcd4

View File

@ -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