Skip to content

Commit

Permalink
Update Version.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Jan 11, 2024
1 parent d967b06 commit c012ba3
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.1.6";
input.Value = "v17.1.7";
}
}
}

0 comments on commit c012ba3

Please sign in to comment.