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

set -evx

export LANG=en_US.UTF-8

. ci/bundle_install.sh

bundle exec rake ci_version_bump

git checkout .bundle/config