summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout/version.rb
blob: c718c1df22541501efd66974356a4ce3b6fa4fd9 (plain)
1
2
3
4
5
module Mixlib
  class ShellOut
    VERSION = "1.0.0.rc.0"
  end
end