From d28da1352f3f118cd3359b5401eb483c03216c42 Mon Sep 17 00:00:00 2001 From: Janardhan Pulivarthi Date: Tue, 2 Nov 2021 16:18:04 +0530 Subject: [PATCH] [MINOR] Update docs to 2.3.0-SNAPSHOT --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 09efed02e93..8383e295314 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -39,7 +39,7 @@ exclude: - updateAPI.sh # These allow the documentation to be updated with newer releases -SYSTEMDS_VERSION: 2.2.0-SNAPSHOT +SYSTEMDS_VERSION: 2.3.0-SNAPSHOT # if 'analytics_on' is true, analytics section will be rendered on the HTML pages analytics_on: true