From d7a309e4b1cc3c6f7fcc072112ed65401e6fbcf1 Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Fri, 3 Jul 2020 13:05:37 +0300 Subject: [PATCH] Update version to 0.7.1 --- .travis.yml | 2 +- appveyor.yml | 2 +- flameshot.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1989846f..28e01037 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: # Environment variables for packaging - PRODUCT=flameshot #TODO: we should take version from the last tag in git history + build number - - VERSION=0.7.0 + - VERSION=0.7.1 - RELEASE=1 - ARCH=x86_64 # Dockerfile from https://github.com/flameshotapp/flameshot-docker-images diff --git a/appveyor.yml b/appveyor.yml index dfc833f2..87ba63e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: Visual Studio 2015 #TODO: we should take version from the last tag in git history + build number -version: 0.7.0.{build} +version: 0.7.1.{build} # Major_Version_Number.Minor_Version_Number.Patch_Number.Build_Number skip_branch_with_pr: true diff --git a/flameshot.pro b/flameshot.pro index 8508c04d..257e53f0 100644 --- a/flameshot.pro +++ b/flameshot.pro @@ -6,7 +6,7 @@ win32:LIBS += -luser32 -lshell32 -BASE_VERSION = 0.7.0 +BASE_VERSION = 0.7.1 TAG_VERSION = $$system(git --git-dir $$PWD/.git --work-tree $$PWD describe --always --tags) isEmpty(TAG_VERSION){ TAG_VERSION = $$BASE_VERSION