Skip to content

Commit 7ef2ace

Browse files
committed
Version number bumps
1 parent c1aad42 commit 7ef2ace

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

config/_default/config.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ weight = 1
6565
# Used in the "version-banner" partial to display a version number for the
6666
# current doc set.
6767

68-
version = "5.2"
68+
version = "5.3"
6969
version_menu = "Releases"
7070
version_menu_canonicallinks = true
7171
version_menu_pagelinks = true
@@ -169,9 +169,13 @@ twitter = "AxoflowIO"
169169
#######################
170170
# Add your release versions here
171171
[[params.versions]]
172-
version = "latest (5.2)"
172+
version = "latest (5.3)"
173173
githubbranch = "master"
174174
url = ""
175+
[[params.versions]]
176+
version = "5.2"
177+
githubbranch = "release-5.2"
178+
url = "/5.2/"
175179
[[params.versions]]
176180
version = "5.1"
177181
githubbranch = "release-5.1"

0 commit comments

Comments
 (0)