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