From 6efb68b7f2176b86ec35f4e7fe906dd3229182c6 Mon Sep 17 00:00:00 2001 From: qinzuoyan Date: Fri, 8 Dec 2017 19:59:43 +0800 Subject: [PATCH] Bump version to 1.7.SNAPSHOT --- src/include/pegasus/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/pegasus/version.h b/src/include/pegasus/version.h index f08d7a6..2fa5aab 100644 --- a/src/include/pegasus/version.h +++ b/src/include/pegasus/version.h @@ -3,4 +3,4 @@ // can be found in the LICENSE file in the root directory of this source tree. #pragma once -#define PEGASUS_VERSION "1.6.SNAPSHOT" +#define PEGASUS_VERSION "1.7.SNAPSHOT" -- GitLab