From 5d969e89cb42934800e326a2771844bffb2d3f40 Mon Sep 17 00:00:00 2001 From: neverchanje Date: Thu, 4 Jun 2020 16:07:29 +0800 Subject: [PATCH] Release pegasus 2.0.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 331e8f3..cdbabff 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 "2.0.0-RC2" +#define PEGASUS_VERSION "2.0.0" -- GitLab