diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-08-08 14:53:41 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-08-08 14:53:41 -0700 |
commit | 8d3f6bc696921b964b8b20c812e1da83714670ca (patch) | |
tree | 50afd885e3c56dd7a3edf30c8d50d3a3076ec04f | |
parent | e3350810b7c4676ef7f920c8f1e210111bc7da31 (diff) | |
download | mixlib-shellout-8d3f6bc696921b964b8b20c812e1da83714670ca.tar.gz |
Bump version number for RC release.1.6.0.rc.0
-rw-r--r-- | lib/mixlib/shellout/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 6c71061..995af7e 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "1.6.0.alpha.0" + VERSION = "1.6.0.rc.0" end end |