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

module License
  module Management
    VERSION = '2.4.2'
  end
end