summaryrefslogtreecommitdiff
path: root/lib/mixlib/cli/version.rb
blob: c5eeac8f845b0e92ccab6bc3155b19ee1c206d8c (plain)
1
2
3
4
5
module Mixlib
  module CLI
    VERSION = "2.0.1".freeze
  end
end