Skip to content

Commit

Permalink
Version 0.1.15.5 (Braindrive)
Browse files Browse the repository at this point in the history
  • Loading branch information
KodamaSakuno committed Oct 10, 2017
1 parent 7d714dc commit 8466b15
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.4";
public const string AssemblyVersionString = "0.1.15.5";

public static string Version => AssemblyVersionString;
public static string ReleaseCodeName => "Braindrive";
public static string ReleaseDate => "2017.04.05";
public static string ReleaseDate => "2017.10.05";

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

Expand Down

0 comments on commit 8466b15

Please sign in to comment.