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

module License
  module Management
    VERSION = '2.4.3'
  end
end