diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-09-05 10:15:10 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-09-05 10:15:10 -0700 |
commit | fdacffb9cd86ee6c5b2d89ab8c8a0d7c5afae53b (patch) | |
tree | 56b85399c90cf42920971d96f4c078ee6574acbd /lib/mixlib | |
parent | 440ce47cdc3f124fece96855a37d40c0a303c3cf (diff) | |
download | mixlib-shellout-fdacffb9cd86ee6c5b2d89ab8c8a0d7c5afae53b.tar.gz |
bumping version to 2.0.0.rc.0
Diffstat (limited to 'lib/mixlib')
-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 995af7e..7237753 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.rc.0" + VERSION = "2.0.0.rc.0" end end |