From 67147eceb22cc640682b33d162e77833921d1576 Mon Sep 17 00:00:00 2001 From: clemensv Date: Thu, 16 Jan 2020 09:31:28 +0100 Subject: [PATCH] update version Signed-off-by: clemensv --- .gitignore | 1 + appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d13c54..8d9a891 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ +.vscode/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ diff --git a/appveyor.yml b/appveyor.yml index 48104ae..d2f41a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # main branch -version: 1.0.{build} +version: 1.3.{build} clone_depth: 15 image: Visual Studio 2019