Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos committed Jun 2, 2024
1 parent 7fc3e3f commit f22af57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.1";
public override string ModuleVersion => "1.3.2";

public Server? Server;
private readonly Ip _ip = new();
Expand Down

0 comments on commit f22af57

Please sign in to comment.