mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Manual version bump
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
e5ddf9ce9d
commit
873b2e1bcf
3 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.18.3
|
||||
6.0.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "5.18.3".freeze
|
||||
VERSION = "6.0.0".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.18.3".freeze
|
||||
VERSION = "6.0.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue