Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Oct 9, 2023
1 parent c2529a7 commit 215268c
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 @@ -21,8 +21,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="magic.lambda.system" Version="16.7.0" />
<PackageReference Include="magic.library" Version="16.8.5" />
<PackageReference Include="magic.lambda.system" Version="16.9.0" />
<PackageReference Include="magic.library" Version="16.9.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.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 = "v16.8.7";
input.Value = "v16.9.0";
}
}
}

0 comments on commit 215268c

Please sign in to comment.