From 638a3302941f5f1c2321afcc0bf50e131920c737 Mon Sep 17 00:00:00 2001 From: Jules Randolph Date: Thu, 4 Apr 2019 11:53:13 +0200 Subject: [PATCH] v3.3.0 --- bootiso | 4 ++-- changelog.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootiso b/bootiso index df5f3fc..99509b4 100755 --- a/bootiso +++ b/bootiso @@ -4,12 +4,12 @@ # # Author: jules randolph https://github.com/jsamr # License: MIT -# Version 3.2.2 +# Version 3.3.0 set -o pipefail set -E -version="next" +version="3.3.0" scriptName=$(basename "$0") bashVersion=$(echo "$BASH_VERSION" | cut -d. -f1) diff --git a/changelog.md b/changelog.md index e544c28..a5c18f9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# v3.2.2 +# v3.3.0 **Features**