From f6b2ea287c80ffe38f9603dde03b7a9a24f48324 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 25 Apr 2020 22:15:38 -0400 Subject: [PATCH] Update bump_version Co-Authored-By: Vasily --- bump_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bump_version b/bump_version index 18405acdcd..bc8288b829 100755 --- a/bump_version +++ b/bump_version @@ -27,7 +27,7 @@ old_version="$( grep "appVersion" ${shared_version_file} | head -1 \ | sed -E 's/var appVersion = "([0-9\.]+)";/\1/' )" -echo $old_version +echo "Old version in appHost is: $old_version" # Set the shared version to the specified new_version old_version_sed="$( sed 's/\./\\./g' <<<"${old_version}" )" # Escape the '.' chars