Skip to content

Commit

Permalink
bump version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Sep 8, 2023
1 parent 6542bd4 commit 3ee4745
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/MASZ/Services/InternalConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public string GetDeployMode()

public string GetVersion()
{
return "v3.4.2";
return "v3.5.0";
}

public string GetDiscordBotStatus()
Expand Down
2 changes: 1 addition & 1 deletion nginx/masz-svelte/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const LOCAL_STORAGE_KEY_GUILD_QUICKSEARCH_HISTORY = "__masz-guild-quickse
export const FEEDBACK_COOKIE_NAME = "__masz-feedback";

export const APP_NAME = "MASZ";
export const APP_VERSION = "v3.4.2";
export const APP_VERSION = "v3.5.0";

export const GUILD_QUICKSEARCH_MAX_HISTORY_ENTRIES = 10;

Expand Down
4 changes: 2 additions & 2 deletions nginx/static/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v3.4.2",
"version": "v3.5.0",
"wrapper_version": 4,
"pre_release": true
"pre_release": false
}

0 comments on commit 3ee4745

Please sign in to comment.