Sha256: 3359d9c846a88607687104bb5c2046c38c9692683c22fefb9d40db8d7e07c027

Contents?: true

Size: 291 Bytes

Versions: 9

Compression:

Stored size: 291 Bytes

Contents

#!/bin/bash
#
# After a PR merge, Chef Expeditor will bump the PATCH version in the VERSION file.
# It then executes this file to update any other files/components with that new version.
#

set -evx

sed -i -r "s/VERSION = \".+\"/VERSION = \"$(cat VERSION)\"/" lib/mixlib/install/version.rb

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mixlib-install-3.9.0 .expeditor/update_version.sh
mixlib-install-3.8.0 .expeditor/update_version.sh
mixlib-install-3.7.0 .expeditor/update_version.sh
mixlib-install-3.6.0 .expeditor/update_version.sh
mixlib-install-3.5.1 .expeditor/update_version.sh
mixlib-install-3.5.0 .expeditor/update_version.sh
mixlib-install-3.4.0 .expeditor/update_version.sh
mixlib-install-3.3.4 .expeditor/update_version.sh
mixlib-install-3.3.3 .expeditor/update_version.sh