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

module License
  module Management
    VERSION = '3.12.0'
  end
end