Skip to content

Commit

Permalink
Version 0.2.7.90
Browse files Browse the repository at this point in the history
  • Loading branch information
arbruijn committed Jan 14, 2020
1 parent 8bbbda2 commit a74b892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GameMod/GameMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace GameMod.Core
{
public class GameMod
{
public static readonly string Version = "olmod 0.2.7.2";
public static readonly string Version = "olmod 0.2.7.90";

internal static void Initialize()
{
Expand Down
4 changes: 2 additions & 2 deletions GameMod/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.2.7.2")]
[assembly: AssemblyFileVersion("0.2.7.2")]
[assembly: AssemblyVersion("0.2.7.90")]
[assembly: AssemblyFileVersion("0.2.7.90")]

0 comments on commit a74b892

Please sign in to comment.