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

module License
  module Management
    VERSION = '3.25.6'
  end
end