From 88b3a1ba2bf73a1727b8493717dc61d2e740f402 Mon Sep 17 00:00:00 2001 From: Qingsheng Ren Date: Tue, 18 Jun 2024 23:42:39 +0800 Subject: [PATCH] [hotfix] Mark 3.1.1 as the latest stable version --- docs/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index a2fe96721..1aaef20dc 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -34,7 +34,7 @@ pygmentsUseClasses = true # we change the version for the complete docs when forking of a release branch # etc. # The full version string as referenced in Maven (e.g. 1.2.1) - Version = "3.1.0" + Version = "3.1.1" # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot # release this should be the same as the regular version @@ -91,4 +91,4 @@ source = 'layouts' target = 'layouts' [[module.imports.mounts]] source = 'data' -target = 'data' \ No newline at end of file +target = 'data'