Skip to content

Commit 0a3317a

Browse files
committed
Update package version, dashboard version and CDI
1 parent bc017b5 commit 0a3317a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

coreDriverInterfaceSupported.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"2.16",
1313
"2.17",
1414
"2.18",
15-
"2.19"
15+
"2.19",
16+
"2.20"
1617
]
1718
}

supertokens/constants.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ const (
2121
)
2222

2323
// VERSION current version of the lib
24-
const VERSION = "0.10.4"
24+
const VERSION = "0.10.5"
2525

2626
var (
27-
cdiSupported = []string{"2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15", "2.16", "2.17", "2.18", "2.19"}
27+
cdiSupported = []string{"2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15", "2.16", "2.17", "2.18", "2.19", "2.20"}
2828
)
2929

30-
const DashboardVersion = "0.5"
30+
const DashboardVersion = "0.6"

0 commit comments

Comments
 (0)