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 4983b3b commit f76553bCopy full SHA for f76553b
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 = "v22.3.4";
+ input.Value = "v22.3.5";
24
}
25
26
0 commit comments