Skip to content

Commit

Permalink
bump: Version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos authored Jun 11, 2024
1 parent f6dae0a commit d5a0f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ public partial class Sessions
public SessionsConfig Config { get; set; } = new();
public override string ModuleName => "Sessions";
public override string ModuleAuthor => "github.com/oscar-wos/Sessions";
public override string ModuleVersion => "1.3.3";
public override string ModuleVersion => "1.3.4";

public Server? Server;
private readonly Ip _ip = new();
public required IDatabase Database;
public readonly Dictionary<int, Player> Players = [];
}
}

0 comments on commit d5a0f29

Please sign in to comment.