diff options
author | Daniel DeLeo <dan@opscode.com> | 2011-12-01 11:51:25 -0800 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2011-12-01 11:51:25 -0800 |
commit | 1f7734e92f30c0b6545bcc8b537e920e3f12b6bc (patch) | |
tree | 0677cc613ef17454cef35c9ce0ad07f50db28603 /lib/mixlib/shellout/version.rb | |
download | mixlib-shellout-1f7734e92f30c0b6545bcc8b537e920e3f12b6bc.tar.gz |
Initial extraction of ShellOut from Chef
Diffstat (limited to 'lib/mixlib/shellout/version.rb')
-rw-r--r-- | lib/mixlib/shellout/version.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb new file mode 100644 index 0000000..1834e03 --- /dev/null +++ b/lib/mixlib/shellout/version.rb @@ -0,0 +1,5 @@ +module Mixlib + class Shellout + VERSION = "1.0.0.rc.0" + end +end |