From 8e46739550f843c66a87dc52e98875768d85eb08 Mon Sep 17 00:00:00 2001 From: Snowflake Date: Mon, 8 Jun 2026 13:37:07 +0800 Subject: [PATCH] update version serial code --- APP_VERSIONS_LIST | 3 ++- src/updates.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/APP_VERSIONS_LIST b/APP_VERSIONS_LIST index 216e06d..f6df67e 100644 --- a/APP_VERSIONS_LIST +++ b/APP_VERSIONS_LIST @@ -2,4 +2,5 @@ b43527c 60176fa 8cd942b 83acd30 -b2baee0 \ No newline at end of file +b2baee0 +13c4c19 \ No newline at end of file diff --git a/src/updates.rb b/src/updates.rb index 08444a7..4902ed2 100644 --- a/src/updates.rb +++ b/src/updates.rb @@ -18,7 +18,7 @@ require 'net/http' require 'uri' # @type const RELEASE_SERIAL_CODE: String -RELEASE_SERIAL_CODE = 'b2baee0' +RELEASE_SERIAL_CODE = '13c4c19' # @type const CHANNEL: String CHANNEL = 'dev' # @type const VERSION_LIST_URL: String