diff options
author | danielsdeleo <dan@opscode.com> | 2013-07-16 09:19:54 -0700 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-07-16 09:19:54 -0700 |
commit | 1ed905167ca7d5d0433f78f90fe287cc8d673ad9 (patch) | |
tree | d0f6a3082d46192b01d620c90761a54a3e289d23 | |
parent | 26de224f733ae7593e5e41435b188d718e831f57 (diff) | |
download | ohai-1ed905167ca7d5d0433f78f90fe287cc8d673ad9.tar.gz |
Bump version for 7.0.0 development7.0.0.alpha.0
-rw-r--r-- | lib/ohai/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index c4562f1f..3909b7bf 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.18.0.rc.3' + VERSION = '7.0.0.alpha.0' end |