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