From fc8efaeab4096f43a55a8e186daf69ef389acb89 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 25 Apr 2020 22:14:55 -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 e422a9d99..e2bc6c7e9 100755 --- a/bump_version +++ b/bump_version @@ -38,7 +38,7 @@ old_version="$( grep "version:" ${build_file} \ | sed -E 's/version: "([0-9\.]+[-a-z0-9]*)"/\1/' )" -echo $old_version +echo "Old version in ${build_file}: $old_version`" # Set the build.yaml version to the specified new_version old_version_sed="$( sed 's/\./\\./g' <<<"${old_version}" )" # Escape the '.' chars