Skip to content

Commit

Permalink
Version 0.1.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KodamaSakuno committed Feb 16, 2018
1 parent 02a7419 commit 049c672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HeavenlyWind.Base/ProductInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ public static class ProductInfo
public const string AppName = "いんてりじぇんと連装砲くん";
public const string ProductName = "Intelligent Naval Gun";

public const string AssemblyVersionString = "0.1.15.6";
public const string AssemblyVersionString = "0.1.15.7";

public static string Version => AssemblyVersionString;
public static string ReleaseCodeName => "Braindrive";
public static string ReleaseDate => "2017.11.25";
public static string ReleaseDate => "2017.2.16";

public const string UserAgent = "ING/" + AssemblyVersionString;

Expand Down

0 comments on commit 049c672

Please sign in to comment.