summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-06-23 10:49:54 -0700
committerGitHub <noreply@github.com>2020-06-23 10:49:54 -0700
commit87abe706eb1719167aef877cf83fc59ea255e38e (patch)
tree4d17c1596e1c060ef1c4489858d695af6c69f4a4
parent1ce0f9e0b88fc254b2367639b08fbce63c143718 (diff)
parentf8abdecc21550cfae98dc1d9fd4613965d549f9b (diff)
downloadohai-87abe706eb1719167aef877cf83fc59ea255e38e.tar.gz
Merge pull request #1473 from chef/bump_version
Bump version to 15.12 to match client
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index e99b2f49..328dd37f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.9.3 \ No newline at end of file
+15.12.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 9aacaf9c..e1a6c87f 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 = "15.9.3".freeze
+ VERSION = "15.12.0".freeze
end