Skip to content

Commit 8145418

Browse files
committed
Update the spec version on the website
Signed-off-by: Andrea Frittoli <[email protected]>
1 parent ce1cf8d commit 8145418

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ archived_version = false
115115
# The version number for the version of the docs represented in this doc set.
116116
# Used in the "version-banner" partial to display a version number for the
117117
# current doc set.
118-
version = "v0.4.1"
118+
version = "v0.5.0"
119119

120120
# A link to latest version of the docs. Used in the "version-banner" partial to
121121
# point people to the main doc site.
@@ -128,6 +128,10 @@ url_latest_version = "https://cdevents.dev/docs"
128128
version = "latest"
129129
url = "https://cdevents.dev/docs"
130130

131+
[[params.versions]]
132+
version = "v0.4.1"
133+
url = "https://github.com/cdevents/spec/tree/v0.4.1/spec.md"
134+
131135
[[params.versions]]
132136
version = "v0.3.0"
133137
url = "https://github.com/cdevents/spec/tree/v0.3.0/spec.md"

0 commit comments

Comments
 (0)