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