From 1e3c17e089da45925c16739077ca75053d951e60 Mon Sep 17 00:00:00 2001
From: Thomas Hansen
Date: Mon, 30 Oct 2023 09:17:10 +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 88103d6e31..ca03f158df 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 = "v16.10.0";
+ input.Value = "v16.11.0";
}
}
}
|