From dba2265cf29435729fa6d2a1e4e3e22b71b7d74f Mon Sep 17 00:00:00 2001 From: qinzuoyan Date: Sun, 1 Apr 2018 14:48:49 +0800 Subject: [PATCH] Release pegasus 1.8.0 --- 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 1be9ec1..5e3be06 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.8.SNAPSHOT" +#define PEGASUS_VERSION "1.8.0" -- GitLab