From f6f87b33df2423a86bb7b0e2b0d8ccff26c51aa9 Mon Sep 17 00:00:00 2001 From: Chris Truncer Date: Tue, 8 May 2018 22:49:32 -0600 Subject: [PATCH] Updated version information --- CHANGELOG | 8 ++++++-- lib/common/messages.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a73ca4e..c95e637 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ +[2018-05-08] + Released.: 3.1.8 + Modified.: Setup script to now support Ubuntu 17 - thanks to @leesoh for the PR + [2018-04-29] - Released.: 3.1.7 - Modified.: Setup updated for Debian thanks to @g0tmi1k + Released.: 3.1.7 + Modified.: Setup updated for Debian thanks to @g0tmi1k [2018-04-23] Released.: 3.1.6 diff --git a/lib/common/messages.py b/lib/common/messages.py index 0a8634f..70f977c 100644 --- a/lib/common/messages.py +++ b/lib/common/messages.py @@ -15,7 +15,7 @@ sys.exit() # Current version of Veil -veil_version = "3.1.7" +veil_version = "3.1.8" def title_screen():