summaryrefslogtreecommitdiff
path: root/ci/version_bump.sh
blob: dd53cebfd54d3432a324ac0f8b61e15d1f2672d5 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -evx

. ci/bundle_install.sh

bundle exec rake version:bump

git checkout .bundle/config