From 92ea73ff5a70cb440ef9715df509391c5d99cf41 Mon Sep 17 00:00:00 2001 From: aynakeya Date: Mon, 22 Apr 2024 20:54:00 -0700 Subject: [PATCH] update version number --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 225a8fa..1a7ff46 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -10,7 +10,7 @@ import ( const ( ProgramName = "卡西米尔唱片机" - Version uint32 = 0x010001 + Version uint32 = 0x010002 ) const (