summaryrefslogtreecommitdiff
path: root/lib/license/management/version.rb
blob: a2b995b30e19ffe65fe9709bc5d201e2a4144ba4 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module License
  module Management
    VERSION = '2.0.1'
  end
end