mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Temporarily bump major version to 7 so we can pin against it. This change should be reverted and the bump performed by the Bump Major Version tag when the inspec-7 branch merges. (#7092)
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
d0a801aa08
commit
5386085b7f
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.8.7
|
||||
7.0.0
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.8.7".freeze
|
||||
VERSION = "7.0.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue