From bb5248360fcc73ca3430425f2ef76b3460425f9e Mon Sep 17 00:00:00 2001
From: Thomas Hansen
Date: Thu, 15 Feb 2024 07:58:22 +0200
Subject: [PATCH] Update Version.cs
---
backend/slots/Version.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backend/slots/Version.cs b/backend/slots/Version.cs
index 34a061ec5b..cf8d7124a8 100644
--- a/backend/slots/Version.cs
+++ b/backend/slots/Version.cs
@@ -20,7 +20,7 @@ public class Version : ISlot
/// Parameters passed from signaler
public void Signal(ISignaler signaler, Node input)
{
- input.Value = "v17.3.8";
+ input.Value = "v17.3.9";
}
}
}
|