summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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