summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 16:41:43 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 16:41:43 +0000
commit034a8a2f2ebccfc50657b8a79d73deeca4c27b17 (patch)
treed23cae76bb1bc88fd9caa0eb0f6660a23dcb31fc
parent0a5ca4a55a677061e8e04f871675c3e2111faae0 (diff)
downloadohai-034a8a2f2ebccfc50657b8a79d73deeca4c27b17.tar.gz
Bump version to 14.0.12 by Expeditorv14.0.12
-rw-r--r--CHANGELOG.md4
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce85e6bd..81fd8c08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Change Log
-<!-- latest_release 14.0.11 -->
-## [v14.0.11](https://github.com/chef/ohai/tree/v14.0.11) (2018-02-16)
+<!-- latest_release 14.0.12 -->
+## [v14.0.12](https://github.com/chef/ohai/tree/v14.0.12) (2018-02-16)
#### Merged Pull Requests
- fix critical plugin tests [#1135](https://github.com/chef/ohai/pull/1135) ([thommay](https://github.com/thommay))
diff --git a/VERSION b/VERSION
index 6bd31873..c8594915 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.11 \ No newline at end of file
+14.0.12 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 30a47000..ff0897bd 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "14.0.11"
+ VERSION = "14.0.12"
end