From 943c9fbbb3e1fc1d984cf22c51daf3b88935e97c Mon Sep 17 00:00:00 2001 From: KwakJooYoung Date: Tue, 25 Nov 2025 09:49:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=202.0.0=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OrderPackingProcessor/mainForm.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OrderPackingProcessor/mainForm.vb b/OrderPackingProcessor/mainForm.vb index f1573f9..b22fc01 100644 --- a/OrderPackingProcessor/mainForm.vb +++ b/OrderPackingProcessor/mainForm.vb @@ -7,7 +7,7 @@ Imports Newtonsoft.Json.Linq Public Class mainForm Public projectName As String = "OrderPackingProcessor Ver." - Public projectVer As String = "1.2.1" + Public projectVer As String = "2.0.0" Private apiItemOutURL As String = "item-outflows/page"