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

module License
  module Management
    VERSION = '1.7.3'
  end
end