From 30ea2335f46e181e3de9dc6e8ff0f186d3195151 Mon Sep 17 00:00:00 2001 From: Jonathan Elchison Date: Mon, 9 Apr 2018 04:29:34 -0400 Subject: [PATCH] Update version to 1.2.0 --- lockbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lockbox.sh b/lockbox.sh index 31607f5..0e9f385 100755 --- a/lockbox.sh +++ b/lockbox.sh @@ -9,7 +9,7 @@ set -euf -o pipefail ############################################################################### # version of this script -VERSION=1.1.0 +VERSION=1.2.0 ###############################################################################