summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-05-15 08:59:34 -0700
committerBryan McLellan <btm@opscode.com>2012-05-15 08:59:34 -0700
commit440b9e52da527773b68771c51756093619a0a101 (patch)
treeff039ab42a6d1b6b2f5f7877f2c4772aa8889cee
parent1f18afa32e0aac8f999aacbad9b089d2a8945606 (diff)
downloadohai-0.6.14.rc.1.tar.gz
Release 0.6.14.rc.10.6.14.rc.1
-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 7bbcb741..e26309e2 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 = '0.6.12'
+ VERSION = '0.6.14.rc.1'
end