summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorLamont Granquist <lamont@getchef.com>2019-04-29 16:31:15 -0700
committerGitHub <noreply@github.com>2019-04-29 16:31:15 -0700
commit77f6acce07f7c801c74d638d00b8a0779e55afa3 (patch)
treeca9742994151d1c061048925473738017cdd35e1 /.expeditor
parentfb7982e40379221c6c0d36755e081aca7a862301 (diff)
parent688b72f47b4c3a23ca042336ea6c5d1f215ec263 (diff)
downloadchef-77f6acce07f7c801c74d638d00b8a0779e55afa3.tar.gz
Merge pull request #8413 from chef/lcg/remove-binstubs2
Remove chef-* bin files from chef gem
Diffstat (limited to '.expeditor')
-rwxr-xr-x.expeditor/update_version.sh1
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