main
1# frozen_string_literal: true
2
3module Saml
4  module Kit
5    module Cli
6      VERSION = '0.3.8'.freeze
7    end
8  end
9end