From 4927bdf0197d1016202364469f15a7b1cd5e0add Mon Sep 17 00:00:00 2001 From: Snowflake Date: Mon, 8 Jun 2026 20:50:54 +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 b2e0a25..60b0a32 100644 --- a/APP_VERSIONS_LIST +++ b/APP_VERSIONS_LIST @@ -4,4 +4,5 @@ b43527c 83acd30 b2baee0 13c4c19 -5668d65 \ No newline at end of file +5668d65 +d494093 \ No newline at end of file diff --git a/src/updates.rb b/src/updates.rb index 0492638..b3d1c55 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 = '5668d65' +RELEASE_SERIAL_CODE = 'd494093' # @type const CHANNEL: String CHANNEL = 'dev' # @type const VERSION_LIST_URL: String