Skip to content

Commit ec823c3

Browse files
committed
hit the funny number button - SwarmUI v0.9.8
1 parent 45556e1 commit ec823c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SwarmUI
22

3-
**SwarmUI v0.9.7 Beta**.
3+
**SwarmUI v0.9.8 Beta**.
44

55
*Formerly known as StableSwarmUI.*
66

src/SwarmUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>0.9.7.4</Version>
5+
<Version>0.9.8.0</Version>
66
<NoWarn>CS1998</NoWarn>
77
<InvariantGlobalization>true</InvariantGlobalization>
88
<AssemblyName>SwarmUI</AssemblyName>

src/wwwroot/js/genpage/gentab/welcomemessages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function automaticWelcomeMessage(override = null) {
5353
`Did you know:\nWant to try some fancy prompting?\nJust type a '&lt;' symbol and watch the suggestions for prompt-syntax tools appear! Give the syntax features a try! <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Features/Prompt%20Syntax.md">(Documentation Here)</a>`,
5454
`Did you know:\nSwarm doesn't update itself by default.\nGo to the '<b>Server</b>' tab and click '<b>Update and Restart</b>' to get the latest version. There's also a '<b>Server Config</b>' option to always pull dev updates.`,
5555
/* Version release notes */
56-
`Release notes (2025-08-25): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.7-Beta">Release Notes for version 0.9.7 (Beta)</a>`
56+
`Release notes (2026-02-06): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.8-Beta">Release Notes for version 0.9.8 (Beta)</a>`
5757
];
5858
let dotnetNotice = document.getElementById('dotnet_missing_message');
5959
if (dotnetNotice) {

0 commit comments

Comments
 (0)