From 4d973fe55565766552fb4370ea73c362eeeded49 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Thu, 28 Sep 2017 09:25:12 +0200 Subject: [PATCH] v3.1.0 --- src/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/version.h b/src/common/version.h index 8aa48ff9f5..225e701a4b 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef COPYQ_VERSION -# define COPYQ_VERSION "v3.0.3" +# define COPYQ_VERSION "v3.1.0" #endif #endif // VERSION_H