Skip to content

Commit

Permalink
Update Version.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Feb 15, 2024
1 parent 4caf3eb commit 66c7d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/slots/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Version : ISlot
/// <param name="input">Parameters passed from signaler</param>
public void Signal(ISignaler signaler, Node input)
{
input.Value = "v17.3.7";
input.Value = "v17.3.8";
}
}
}

0 comments on commit 66c7d71

Please sign in to comment.