From e9c66391628bab7a3cfca470281e5508f4a220f0 Mon Sep 17 00:00:00 2001 From: roby Date: Wed, 23 Jul 2025 13:42:30 -0600 Subject: [PATCH] firefly.tag.name = "release-2025.3.7" --- config/app.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/app.config b/config/app.config index eba7e80..9435b2a 100644 --- a/config/app.config +++ b/config/app.config @@ -3,12 +3,12 @@ //--------------------------------------------- BuildMajor = 2025 BuildMinor = 3 -BuildRev = 4 -BuildNumber = 3 +BuildRev = 5 +BuildNumber = 0 // NB: the BuildType is overridden in the environment-specific settings below. BuildType = "Development" -firefly.tag.name = "release-2025.3.6" +firefly.tag.name = "release-2025.3.7" mail.transport.protocol = "smtp" mail.smtp.host = "mail.ncsa.illinois.edu"