Skip to content

Commit

Permalink
Release 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Oct 20, 2024
1 parent 06a0543 commit 0a11efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class Config {
public readonly sourceIpHeader: string = env.get('SOURCE_IP_HEADER').default("x-real-ip").asString();
public readonly debug: boolean = env.get('DEBUG').default("false").asBool();

public static readonly version: string = "3.1.5";
public static readonly version: string = "3.1.6";

private constructor() { }

Expand Down

0 comments on commit 0a11efb

Please sign in to comment.