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

module License
  module Management
    VERSION = '2.7.0'
  end
end