From fa14a99ba5e3f81886645f7bf774511aa9160a10 Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Wed, 25 Sep 2024 13:30:38 +0530 Subject: [PATCH] Bump version to 0.25.0 --- supertokens/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supertokens/constants.go b/supertokens/constants.go index 1ac2c115..40e7b7a7 100644 --- a/supertokens/constants.go +++ b/supertokens/constants.go @@ -21,7 +21,7 @@ const ( ) // VERSION current version of the lib -const VERSION = "0.24.3" +const VERSION = "0.25.0" var ( cdiSupported = []string{"3.1"}