From aa86b44c68a7f2bed4ae02f78c277f345dcce36c Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Tue, 12 Dec 2023 11:35:01 +0530 Subject: [PATCH] updates dashboard version --- supertokens/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supertokens/constants.go b/supertokens/constants.go index 68c7be1b..61e5d9d1 100644 --- a/supertokens/constants.go +++ b/supertokens/constants.go @@ -27,7 +27,7 @@ var ( cdiSupported = []string{"4.0"} ) -const DashboardVersion = "0.7" +const DashboardVersion = "0.8" const DefaultTenantId string = "public"