From 795dbbe4901a46b86939831cd1b3ab685000f893 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 7 May 2022 13:26:13 +0800 Subject: [PATCH] chore. Update appveyor config --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c3e4a5f2a2..c35f9de288 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.8.{build} +version: 0.9.{build} configuration: - RelWithDebInfo - Release @@ -20,4 +20,4 @@ notifications: on_build_failure: true on_build_status_changed: false on_failure: -- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) \ No newline at end of file +- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))