Skip to content

Commit 4354543

Browse files
committed
Bump GUI app version to 2.0.1
1 parent d80921d commit 4354543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GpdGui.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class MainForm : Form
2424
private TabControl mainTabControl;
2525
private Config currentConfig;
2626
private GpdDevice device;
27-
private const string CurrentAppVersion = "1.0.0";
27+
private const string CurrentAppVersion = "2.0.1";
2828
private const string ReleasesApiUrl = "https://api.github.com/repos/VIPPotato/Better-GPD-WinControls/releases/latest";
2929
private const string ReleasesPageUrl = "https://github.com/VIPPotato/Better-GPD-WinControls/releases";
3030

0 commit comments

Comments
 (0)