We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facf401 commit 27612f3Copy full SHA for 27612f3
backend/slots/Version.cs
@@ -20,7 +20,7 @@ public class Version : ISlot
20
/// <param name="input">Parameters passed from signaler</param>
21
public void Signal(ISignaler signaler, Node input)
22
{
23
- input.Value = "v20.3.3";
+ input.Value = "v20.3.4";
24
}
25
26
0 commit comments