From 0f84faeda8f1577600e6f0eb4f0658ce57bca647 Mon Sep 17 00:00:00 2001 From: roby Date: Tue, 1 Jul 2025 12:11:30 -0600 Subject: [PATCH] firefly.tag.name = "release-2025.3.5" --- config/app.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.config b/config/app.config index e0acee6..96fc43a 100644 --- a/config/app.config +++ b/config/app.config @@ -3,12 +3,12 @@ //--------------------------------------------- BuildMajor = 2025 BuildMinor = 3 -BuildRev = 2 +BuildRev = 3 BuildNumber = 3 // NB: the BuildType is overridden in the environment-specific settings below. BuildType = "Development" -firefly.tag.name = "release-2025.3.4" +firefly.tag.name = "release-2025.3.5" mail.transport.protocol = "smtp" mail.smtp.host = "mail.ncsa.illinois.edu"