mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
d448fdcb8d
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
10 lines
No EOL
373 B
Bash
Executable file
10 lines
No EOL
373 B
Bash
Executable file
#!/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/inspec/version.rb
|
|
sed -i -r "s/VERSION = '.*'/VERSION = '$(cat VERSION)'/" inspec-bin/lib/inspec-bin/version.rb |