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