diff --git a/shared/copyq.iss b/shared/copyq.iss index 00b0df07f2..9cb57facc4 100644 --- a/shared/copyq.iss +++ b/shared/copyq.iss @@ -1,7 +1,7 @@ ; 1. Open this file with Inno Setup with Unicode support and preprocessor. ; 2. Change "#defines" below (or see below how to use COPYQ_INNO_SETUP environment variable). ; 3. Compile "setup.exe". -#define AppVersion "2.7.0" +#define AppVersion "2.7.1" ; Path with build #define Root "C:\dev\build-copyq-Desktop-Release" diff --git a/src/common/version.h b/src/common/version.h index 4583a2c85d..c5173282a6 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef COPYQ_VERSION -# define COPYQ_VERSION "v2.7.0" +# define COPYQ_VERSION "v2.7.1" #endif #endif