From b14a6ff0435bd705358b5dcb0c5c50055fed9e99 Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Tue, 24 Sep 2024 13:06:21 +0530 Subject: [PATCH] Bump version in constants --- supertokens/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supertokens/constants.go b/supertokens/constants.go index 3e95d5f9..1ac2c115 100644 --- a/supertokens/constants.go +++ b/supertokens/constants.go @@ -21,7 +21,7 @@ const ( ) // VERSION current version of the lib -const VERSION = "0.24.2" +const VERSION = "0.24.3" var ( cdiSupported = []string{"3.1"}