Skip to content

Commit

Permalink
v4.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryConstruct committed Apr 10, 2022
1 parent 52eea08 commit a912c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param(
[string] $VersionPrefix = "4.7.5",
[string] $VersionPrefix = "4.7.6",
[string] $VersionSuffix = ""
)

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.7.5</VersionPrefix>
<VersionPrefix>4.7.6</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Platforms>AnyCPU</Platforms>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down

0 comments on commit a912c7a

Please sign in to comment.