From 9fae83567e78c8b37b956bd4099565e18f37940c Mon Sep 17 00:00:00 2001 From: "Daniele E. Domenichelli" Date: Mon, 11 Aug 2014 11:15:17 +0200 Subject: [PATCH] AppVeyor: Fix version number --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3c5fde583..018ac7539 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.0.0.{build} +version: 0.1.0.{build} init: - cmd: git config --global core.autocrlf true