Skip to content

Commit

Permalink
Version bump 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryConstruct committed May 17, 2021
1 parent 400f28f commit da90ab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.1",
[string] $VersionPrefix = "4.4.0",
[string] $VersionSuffix = $null
)

Expand Down
2 changes: 1 addition & 1 deletion src/Setup/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Script
{
static public void Main(string[] args)
{
var version = "4.3.1";
var version = "4.4.0";

try
{
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.3.1</VersionPrefix>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Platforms>AnyCPU</Platforms>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down

0 comments on commit da90ab9

Please sign in to comment.