chore: program version 1.1.3

This commit is contained in:
jiwonRepair 2025-07-16 13:45:02 +09:00
parent f9f0cb14c7
commit 7c94f5e822
3 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ Public Class mainForm
Private Sub startSetting() Private Sub startSetting()
Const programName As String = "MAXIMUM FUNCTION DATA INFO VER." Const programName As String = "MAXIMUM FUNCTION DATA INFO VER."
Const programVer As String = "1.1.1" Const programVer As String = "1.1.3"
Me.Text = programName & programVer Me.Text = programName & programVer
Me.Size = New Size(1920, 1060) Me.Size = New Size(1920, 1060)
Me.Location = New Point(0, 0) Me.Location = New Point(0, 0)