From 4d3f0b49b2504e1737c2e18eb67f63fef760779a Mon Sep 17 00:00:00 2001 From: "Michael P. Starkweather" Date: Wed, 20 Jun 2018 21:59:32 -0500 Subject: [PATCH] Change assembly version for next release for BattleTech 1.1 --- PunchinOut/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PunchinOut/Properties/AssemblyInfo.cs b/PunchinOut/Properties/AssemblyInfo.cs index f4e8603..775d661 100644 --- a/PunchinOut/Properties/AssemblyInfo.cs +++ b/PunchinOut/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.1.*")] \ No newline at end of file +[assembly: AssemblyVersion("0.1.2.*")] \ No newline at end of file