From 1d4aae1fcfd66390986995698cd6c055b4185892 Mon Sep 17 00:00:00 2001 From: 4O4 Date: Fri, 27 Jan 2017 20:06:59 +0100 Subject: [PATCH] Bump version --- miracle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miracle.sh b/miracle.sh index 02d086b..6df641d 100644 --- a/miracle.sh +++ b/miracle.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Miracle installer v0.1.1 - prototype +# Miracle installer v0.2.0 - prototype # Copyright (c) 2017 Paweł Kierzkowski # License: MIT # Home: https://github.com/4O4/miracle @@ -13,7 +13,7 @@ main() { trap 'set +x; error ${LINENO}' ERR printf -- "--------------------------------------------------\n" - printf -- " Miracle installer v0.1.1 by PK\n" + printf -- " Miracle installer v0.2.0 by PK\n" printf -- "--------------------------------------------------\n" if [[ -z ${username} ]] || [[ -z ${password} ]]; then