From 5dabf26fe31cee21fbcf0c5f2bc1ad8665db100a Mon Sep 17 00:00:00 2001 From: Snowflake Date: Mon, 8 Jun 2026 12:19:48 +0800 Subject: [PATCH] update version 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 f74a02d..216e06d 100644 --- a/APP_VERSIONS_LIST +++ b/APP_VERSIONS_LIST @@ -1,4 +1,5 @@ b43527c 60176fa 8cd942b -83acd30 \ No newline at end of file +83acd30 +b2baee0 \ No newline at end of file diff --git a/src/updates.rb b/src/updates.rb index 45f88af..ea72974 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 = '83acd30' +RELEASE_SERIAL_CODE = 'b2baee0' # @type const CHANNEL: String CHANNEL = 'master' # @type const VERSION_LIST_URL: String