Merge pull request #1217 from tgstation/alexkar598-patch-1 [TGSDeploy][DMDeploy]

Update ControlPanelVersion.props so it can support node 15
This commit is contained in:
Jordan Brown
2021-01-31 13:06:04 -05:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- This is in it's own file to help incremental building, changing it causes a complete rebuild of the web panel -->
<TgsControlPanelVersion>2.1.3</TgsControlPanelVersion>
<TgsControlPanelVersion>2.1.4</TgsControlPanelVersion>
</PropertyGroup>
</Project>