summaryrefslogtreecommitdiff
path: root/lib/saml/kit/version.rb
blob: 5a59ff18572358278cfec89d09886dc932df23bc (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Saml
  module Kit
    VERSION = '1.3.0'
  end
end