diff options
Diffstat (limited to 'ci/version_bump.sh')
-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 bd365c712c..dd53cebfd5 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -5,3 +5,5 @@ set -evx . ci/bundle_install.sh bundle exec rake version:bump + +git checkout .bundle/config |