From dc39f89a40a879cace03de9a3f21a529ba8e3268 Mon Sep 17 00:00:00 2001 From: Nathan Dunn Date: Tue, 2 Mar 2021 13:26:20 -0800 Subject: [PATCH] 2 minor updates --- application.properties | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application.properties b/application.properties index 8fee1ed65b..c5774dc274 100644 --- a/application.properties +++ b/application.properties @@ -3,4 +3,4 @@ app.grails.version=2.5.5 app.name=apollo app.servlet.version=3.0 -app.version=2.6.3-SNAPSHOT +app.version=2.6.3 diff --git a/docs/conf.py b/docs/conf.py index dad14a4ad2..f0ed1ffd58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '2.6' # The full version, including alpha/beta/rc tags. -release = '2.6.2' +release = '2.6.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.