summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-09 11:22:16 -0700
committerTim Smith <tsmith@chef.io>2018-07-09 11:22:16 -0700
commitaa5ca40e7dfe2c941f2c2b4ef8cff84e2856b631 (patch)
tree140f957e744a89c65cc12ab279e216e35da7e3cf
parentfcfb9b08e5fcf239a8587f824f8738d53e076cd0 (diff)
downloadohai-real_bump.tar.gz
Actually bump to 13.10real_bump
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 62f8ce01..c554e7e8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.5 \ No newline at end of file
+13.10.0
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b3aef93c..6c6e51f8 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.9.5"
+ VERSION = "13.10.0"
end