summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout/version.rb
blob: 21b5e5e1ebb2dabe7da4c3f0fdf39ef4937c607f (plain)
1
2
3
4
5
module Mixlib
  class ShellOut
    VERSION = "3.0.0".freeze
  end
end