Skip to content

Commit

Permalink
Release 3.1.8-patch2
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Oct 25, 2024
1 parent 0c466c8 commit 1d70c97
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 debug: boolean = env.get('DEBUG').default("false").asBool();
public readonly disableAccessLog: boolean = env.get('DISABLE_ACCESS_LOG').default("false").asBool();

public static readonly version: string = "3.1.8-patch1";
public static readonly version: string = "3.1.8-patch2";

private constructor() { }

Expand Down

0 comments on commit 1d70c97

Please sign in to comment.