Skip to content

Commit

Permalink
Release 3.1.8-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Oct 21, 2024
1 parent f9fe69a commit 19353b1
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.7-patch1";
public static readonly version: string = "3.1.8-pre1";

private constructor() { }

Expand Down

0 comments on commit 19353b1

Please sign in to comment.