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

module Saml
  module Kit
    module Cli
      VERSION = '0.3.8'.freeze
    end
  end
end