summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-08-10 16:05:50 -0700
committerGitHub <noreply@github.com>2017-08-10 16:05:50 -0700
commit74ae9b00ba4698a4097759506b3f844ee7f94e2d (patch)
tree7c1a637c794694e722d661867e5f10d9aa9299e5
parent0020c8116c7075cbc3730ca2c882809735d91112 (diff)
parentd01b7312ee027760e498e377db5a3360f5480ac8 (diff)
downloadohai-13.3.0.tar.gz
Merge pull request #1044 from chef/133v13.3.0
Release 13.3
-rw-r--r--RELEASE_NOTES.md4
-rw-r--r--lib/ohai/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b7133db0..71d29c39 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
-# UNRELEASED
+# Ohai Release Notes 13.3
-### Additional Platform Support
+## Additional Platform Support
Ohai now properly detects the [F5 Big-IP](https://www.f5.com/) platform and platform_version.
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3837f1bc..acbecebf 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.2.0"
+ VERSION = "13.3.0"
end