Skip to content

Commit ebf21b5

Browse files
committed
[COTLMP] Bump the development branch version to v0.0.0.5
1 parent 74c59a2 commit ebf21b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

COTLMP/COTLMP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net472</TargetFramework>
55
<AssemblyName>COTLMP</AssemblyName>
66
<Product>Cult of the Lamb Multiplayer Mod Plug-In</Product>
7-
<Version>0.0.0.4</Version>
7+
<Version>0.0.0.5</Version>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<LangVersion>latest</LangVersion>
1010
<RestoreAdditionalProjectSources>

COTLMP/Data/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class Version
2525
{
2626
public const string CotlMpGuid = "geob99.cotl.cotlmp";
2727
public const string CotlMpName = "Cult of the Lamb Multiplayer Mod Plug-In";
28-
public const string CotlMpVer = "0.0.0.4";
28+
public const string CotlMpVer = "0.0.0.5";
2929
}
3030
}
3131

0 commit comments

Comments
 (0)