Skip to content

Commit

Permalink
Release 3.1.6-patch2
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Oct 20, 2024
1 parent effa500 commit cd25aa0
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.6-patch1";
public static readonly version: string = "3.1.6-patch2";

private constructor() { }

Expand Down

0 comments on commit cd25aa0

Please sign in to comment.