From a625da652e7531db4f33fcb68442b193a8498a63 Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Fri, 19 Jul 2019 13:32:50 -0700 Subject: [PATCH] Bump version up to 2.0.0 --- transcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcrypt b/transcrypt index 0d31c8f..8ea7720 100755 --- a/transcrypt +++ b/transcrypt @@ -16,7 +16,7 @@ set -euo pipefail ##### CONSTANTS # the release version of this script -readonly VERSION='1.1.0' +readonly VERSION='2.0.0' # the default cipher to utilize readonly DEFAULT_CIPHER='aes-256-cbc'