From f9336c9e64f760827b8bdf5fddf02c198a6e48cb Mon Sep 17 00:00:00 2001 From: roby Date: Mon, 2 Feb 2026 11:25:51 -0700 Subject: [PATCH] firefly.tag.name = "release-2025.5.4" --- config/app.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.config b/config/app.config index 08c3e1d..ed5d3a4 100644 --- a/config/app.config +++ b/config/app.config @@ -3,12 +3,12 @@ //--------------------------------------------- BuildMajor = 2025 BuildMinor = 5 -BuildRev = 1 +BuildRev = 2 BuildNumber = 0 // NB: the BuildType is overridden in the environment-specific settings below. BuildType = "Development" -firefly.tag.name = "release-2025.5.3" +firefly.tag.name = "release-2025.5.4" mail.transport.protocol = "smtp" mail.smtp.host = "mail.ncsa.illinois.edu"