Skip to content

Commit b1796cd

Browse files
committed
Increment version number
1 parent fe3c24e commit b1796cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleKVM/Form1.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public partial class Form1 : Form
2828
readonly USBSystem? usbSystem;
2929
ListViewEx<Rule>? ruleListview;
3030
const string ProgramName = "Simple KVM";
31-
const string Version = "2.1.0";
31+
const string Version = "2.2.0";
3232
public static List<Rule> Rules { get; protected set; } = [];
3333
static readonly string SettingsFilename = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "rules.json");
3434
static readonly string ConfigFilename = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.json");

0 commit comments

Comments
 (0)