Skip to content

Commit

Permalink
Merge pull request #55 from HellionCommunity/dev
Browse files Browse the repository at this point in the history
Fixed Version to v0.1.2.0 and supporting game builds v0.1.7 +
  • Loading branch information
generalwrex committed Mar 20, 2017
2 parents 44fb239 + b46bce4 commit 2164fdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified HellionExtendedServer/Plugins/TestPlugin/TestPlugin.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion HellionExtendedServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class HES
{


public static string GameVersion = "0.1.5";
public static string GameVersion = "0.1.7+";
public static string BuildBranch = "Dev";

#region Fields
Expand Down
4 changes: 2 additions & 2 deletions HellionExtendedServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.1.2.0")]
[assembly: AssemblyFileVersion("0.1.2.0")]

0 comments on commit 2164fdb

Please sign in to comment.