summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-05-30 15:27:28 -0700
committerBryan McLellan <btm@opscode.com>2012-05-30 15:27:28 -0700
commitc0bb63a125314529310c3c7722499bea7e00516c (patch)
tree9ec595c0331682b6888267c6fe41b810fe23ab1e
parent46e19e987dee4705fe61affdec4b328f950f07cd (diff)
downloadohai-c0bb63a125314529310c3c7722499bea7e00516c.tar.gz
Bump version for development
-rw-r--r--lib/ohai/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 778ef70e..46605330 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,6 +18,6 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '6.14.0'
+ VERSION = '6.14.1'
end