summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-09 11:23:22 -0700
committerGitHub <noreply@github.com>2018-07-09 11:23:22 -0700
commitb6feb2f53ec50e27e77af90d3966f8f0267279b5 (patch)
tree140f957e744a89c65cc12ab279e216e35da7e3cf
parentfcfb9b08e5fcf239a8587f824f8738d53e076cd0 (diff)
parentaa5ca40e7dfe2c941f2c2b4ef8cff84e2856b631 (diff)
downloadohai-b6feb2f53ec50e27e77af90d3966f8f0267279b5.tar.gz
Merge pull request #1222 from chef/real_bump
Actually bump to 13.10
-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