diff options
Diffstat (limited to '.expeditor')
-rwxr-xr-x | .expeditor/update_version.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh index e058d06f06..85f7340811 100755 --- a/.expeditor/update_version.sh +++ b/.expeditor/update_version.sh @@ -12,6 +12,7 @@ set -evx sed -i -r "s/^(\s*)VERSION = \".+\"/\1VERSION = \"$(cat VERSION)\"/" chef-config/lib/chef-config/version.rb +sed -i -r "s/^(\s*)VERSION = \".+\"/\1VERSION = \"$(cat VERSION)\"/" chef-bin/lib/chef-bin/version.rb sed -i -r "s/VersionString\.new\(\".+\"\)/VersionString.new(\"$(cat VERSION)\")/" lib/chef/version.rb # Update the version inside Gemfile.lock |