lib/saml/kit/cli/version.rb in saml-kit-cli-0.3.7 vs lib/saml/kit/cli/version.rb in saml-kit-cli-0.3.8

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Saml module Kit module Cli - VERSION = '0.3.7'.freeze + VERSION = '0.3.8'.freeze end end end