Skip to content

Commit

Permalink
v4.11.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryConstruct committed Sep 30, 2022
1 parent 31023b7 commit 93e0c68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param(
[string] $VersionPrefix = "4.10.0",
[string] $VersionSuffix = ""
[string] $VersionPrefix = "4.11.0",
[string] $VersionSuffix = "beta"
)

$buildArgs = @(
Expand Down
2 changes: 1 addition & 1 deletion src/TEdit/TEdit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<DefaultNamespace>TEdit</DefaultNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<VersionPrefix>4.10.0</VersionPrefix>
<VersionPrefix>4.11.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Platforms>AnyCPU</Platforms>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down

0 comments on commit 93e0c68

Please sign in to comment.