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