summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-30 09:46:55 -0700
committerGitHub <noreply@github.com>2018-10-30 09:46:55 -0700
commitc0a82ae4bdaeae650019330a25d265ccdf811eb6 (patch)
treeddb1a72920386f335d6458bf401838d898e791a9
parenta609cb0d91fe43c6092ff1e6b9395c844a807861 (diff)
parent2623c359b9287164633a268185ee4ebb301be6c6 (diff)
downloadohai-c0a82ae4bdaeae650019330a25d265ccdf811eb6.tar.gz
Merge pull request #1288 from chef/13.12
Bump version to 13.12.0
-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 306c8f50..6665a53d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.10.1 \ No newline at end of file
+13.12.0
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 40bb42bd..60cd135b 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 = "13.10.1"
+ VERSION = "13.12.0"
end