Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Jan 22, 2024
1 parent f9bad08 commit 7eae11c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="magic.lambda.system" Version="17.1.7" />
<PackageReference Include="magic.library" Version="17.1.7" />
<PackageReference Include="magic.lambda.system" Version="17.2.0" />
<PackageReference Include="magic.library" Version="17.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />
</ItemGroup>

Expand Down
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.15";
input.Value = "v17.2.0";
}
}
}

0 comments on commit 7eae11c

Please sign in to comment.