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

release v0.45

This commit is contained in:
Stéphane Lesimple 2022-03-27 12:39:48 +02:00
parent dd162301ff
commit 6fd71b120b

View File

@ -12,7 +12,7 @@
#
# Stephane Lesimple
#
VERSION='0.44+'
VERSION='0.45'
trap 'exit_cleanup' EXIT
trap '_warn "interrupted, cleaning up..."; exit_cleanup; exit 1' INT