From 92900b82c272a89105cf434170f0a4393470b2a4 Mon Sep 17 00:00:00 2001 From: roby Date: Thu, 11 Jun 2026 13:10:49 -0600 Subject: [PATCH] use firefly.tag.name = "release-2026.1.3" --- config/app.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.config b/config/app.config index 3748c3b..67d869a 100644 --- a/config/app.config +++ b/config/app.config @@ -3,12 +3,12 @@ //--------------------------------------------- BuildMajor = 2026 BuildMinor = 1 -BuildRev = 1 +BuildRev = 3 BuildNumber = 0 // NB: the BuildType is overridden in the environment-specific settings below. BuildType = "Development" -firefly.tag.name = "release-2026.1.1" +firefly.tag.name = "release-2026.1.3" mail.transport.protocol = "smtp" mail.smtp.host = "mail.ncsa.illinois.edu"