From 2086e8a2ac7292b35b7e05ef2b7dd2c40f40e065 Mon Sep 17 00:00:00 2001 From: ssy99 Date: Fri, 9 May 2025 12:05:59 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=94=84=EB=A1=9C=EA=B7=B8=EB=9E=A8?= =?UTF-8?q?=20=EC=83=81=EB=8B=A8=20=EB=B2=84=EC=A0=84=EB=AA=85=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Product_Manager/MainForm.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Product_Manager/MainForm.vb b/Product_Manager/MainForm.vb index 35b065c..bc9226f 100644 --- a/Product_Manager/MainForm.vb +++ b/Product_Manager/MainForm.vb @@ -8,7 +8,7 @@ Imports Mysqlx Imports Mysqlx.XDevAPI Public Class MainForm - Public Const FormVersion As String = "2.0.0" + Public Const FormVersion As String = "2.0.1" Private Const FormName As String = "DUALSONIC Product Manager Ver " & FormVersion Private Const TDNameSize As Int16 = 10