Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Oct 14, 2024
1 parent 72bc103 commit 87d4aa4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/MASZ/Services/InternalConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public string GetDeployMode()

public string GetVersion()
{
return "v3.7.0";
return "v3.8.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 @@ -14,7 +14,7 @@ export const LOCAL_STORAGE_KEY_GUILD_DASHBOARD_ITEMS = "__masz-guild-dashboard-i
export const LOCAL_STORAGE_KEY_GUILD_QUICKSEARCH_HISTORY = "__masz-guild-quicksearch-history";

export const APP_NAME = "MASZ";
export const APP_VERSION = "v3.7.0";
export const APP_VERSION = "v3.8.0";

export const GUILD_QUICKSEARCH_MAX_HISTORY_ENTRIES = 10;

Expand Down
11 changes: 11 additions & 0 deletions nginx/static/patchnotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"title": "Version 3.8.0",
"version": "v3.8.0",
"released_at": "2024-10-14",
"technical": [
{
"title": "Bumped various versions. Run containers in non-root mode.",
"description": "Bumped npm and nuget packages to the latest version. The containers now run in non-root mode. Use .NET 8.0 instead of 6.0."
}
]
},
{
"title": "Version 3.7.0",
"version": "v3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion nginx/static/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v3.7.0",
"version": "v3.8.0",
"wrapper_version": 4,
"pre_release": false
}

0 comments on commit 87d4aa4

Please sign in to comment.