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