Skip to content

Commit

Permalink
Manually sync lib version files for sanity's sake
Browse files Browse the repository at this point in the history
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
  • Loading branch information
clintoncwolfe committed Jun 17, 2019
1 parent 2f756b6 commit a2dcb9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inspec-bin/lib/inspec-bin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.5.1".freeze
VERSION = "4.6.1".freeze
end
2 changes: 1 addition & 1 deletion lib/inspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Inspec
VERSION = "4.5.1".freeze
VERSION = "4.6.1".freeze
end

0 comments on commit a2dcb9f

Please sign in to comment.