Skip to content

Commit c39693d

Browse files
committed
Update package version, dashboard version and cdi supported
1 parent 9058c25 commit c39693d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

coreDriverInterfaceSupported.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"2.12",
99
"2.13",
1010
"2.14",
11-
"2.15"
11+
"2.15",
12+
"2.16",
13+
"2.17",
14+
"2.18"
1215
]
1316
}

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.1"
24+
const VERSION = "0.10.2"
2525

2626
var (
27-
cdiSupported = []string{"2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15"}
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"}
2828
)
2929

30-
const DashboardVersion = "0.3"
30+
const DashboardVersion = "0.4"

0 commit comments

Comments
 (0)