Skip to content

Commit 718b820

Browse files
committed
v4
1 parent 0ff6f8d commit 718b820

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/layouts/GenTypeDocsLayout.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function GenTypeDocsLayout(Props) {
4242
breadcrumbs: breadcrumbs,
4343
title: "GenType",
4444
metaTitleCategory: "ReScript GenType",
45-
version: "v3",
45+
version: "v4",
4646
components: components,
4747
theme: "Reason",
4848
children: children

src/layouts/GenTypeDocsLayout.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let make = (~frontmatter=?, ~components=Markdown.default, ~children) => {
3131
}
3232

3333
let title = "GenType"
34-
let version = "v3"
34+
let version = "v4"
3535

3636
<LatestLayout
3737
theme=#Reason

0 commit comments

Comments
 (0)