Skip to content

Commit 68d6785

Browse files
committed
Version bump
1 parent 743637c commit 68d6785

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CompactGUI.Core/CompactGUI.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net9.0-windows</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7+
<DebugType>none</DebugType>
78
</PropertyGroup>
89

910
<ItemGroup>

CompactGUI/Application.xaml.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Imports System.Drawing
1212

1313
Partial Public Class Application
1414

15-
Public Shared ReadOnly AppVersion As New SemVersion(4, 0, 0, "beta", 3)
15+
Public Shared ReadOnly AppVersion As New SemVersion(4, 0, 0, "beta", 4)
1616

1717

1818

0 commit comments

Comments
 (0)