From c130bb78e2e336f72a4134b4449138825e32283e Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 11 Sep 2019 01:35:11 +1000 Subject: [PATCH] appveyor version must be a string --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 60b3c0f79..50d79847d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: {build} +version: "{build}" branches: only: - master