summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/saml/kit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/saml/kit.rb b/lib/saml/kit.rb
index fbf1317..165d0ef 100644
--- a/lib/saml/kit.rb
+++ b/lib/saml/kit.rb
@@ -74,7 +74,7 @@ module Saml
end
def deprecate(message)
- @deprecation ||= ActiveSupport::Deprecation.new('next-release', 'saml-kit')
+ @deprecation ||= ActiveSupport::Deprecation.new('1.0.0', 'saml-kit')
@deprecation.deprecation_warning(message)
end
end