From f23e561b36a5964eee7a2e4d40e36d10ba78f674 Mon Sep 17 00:00:00 2001 From: David Korth Date: Sun, 23 Sep 2018 11:53:44 -0400 Subject: [PATCH] appveyor.yml: Updated the version number to reflect the v1.1.1 release. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 97c4cf7..558b6cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # AppVeyor configuration file. -version: '1.0.0.{build}' +version: '1.1.1.{build}' # Build worker image (VM template) image: Visual Studio 2013