Skip to content

Commit 3f38974

Browse files
fix: correct version metadata for v0.23.0-beta.5 (#1339)
1 parent 1739dfc commit 3f38974

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<LangVersion>latest</LangVersion>
99
<Nullable>enable</Nullable>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11-
<VersionPrefix>0.23.0-beta.5</VersionPrefix>
12-
<VersionSuffix>beta.4</VersionSuffix>
11+
<VersionPrefix>0.23.0</VersionPrefix>
12+
<VersionSuffix>beta.5</VersionSuffix>
1313
<PackageReleaseNotes>Netclaw v0.23.0-beta.5 — shell approval pattern fix and MCP SDK bump
1414

1515
This is a prerelease on the beta channel. Stable installs are unaffected and remain on 0.22.1; only opt-in beta testers are offered this build.

0 commit comments

Comments
 (0)