diff options
-rwxr-xr-x | ci/version_bump.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh index 147442666a..5526f7b725 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -2,6 +2,8 @@ set -evx +export LANG=en_US.UTF-8 + . ci/bundle_install.sh bundle exec rake version:bump |