Update Form1.cs

Update version to 1.2
This commit is contained in:
Eviatar Gerzi
2022-12-07 15:59:17 +02:00
committed by GitHub
parent 8e13a6103b
commit a3fa86d202
+1 -1
View File
@@ -917,7 +917,7 @@ namespace RPCMon
private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("Authors: Eviatar Gerzi (@g3rzi) and Yaniv Yakobovich\nVersion: 1.1\n\nCopyright (c) 2022 CyberArk Software Ltd. All rights reserved", "About");
MessageBox.Show("Authors: Eviatar Gerzi (@g3rzi) and Yaniv Yakobovich\nVersion: 1.2\n\nCopyright (c) 2022 CyberArk Software Ltd. All rights reserved", "About");
}
private void toolStripButtonFind_Click(object sender, EventArgs e)