From a948e89b180b6a5c82d298d0dcc65f7bb770a8be Mon Sep 17 00:00:00 2001 From: neverchanje Date: Fri, 17 Apr 2020 11:24:02 +0800 Subject: [PATCH] Release pegasus 1.12.3 --- 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 65ad490..0101ea3 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.12.3-RC3" +#define PEGASUS_VERSION "1.12.3" -- GitLab