mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Merge pull request #3925 from inspec/cw/fix-version-freeze
Freeze version to appease rubocop
This commit is contained in:
commit
d181098249
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = '4.0.4'
|
||||
VERSION = '4.0.4'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue