From 3d3a530f707299ab1379b494dcb7bf45b3108655 Mon Sep 17 00:00:00 2001 From: easy Date: Thu, 31 Jan 2019 18:32:43 +1100 Subject: [PATCH] Bump version to 0.3.0. (#274) --- opencensus/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencensus/common/version.h b/opencensus/common/version.h index 078b84af..aa0e4e4a 100644 --- a/opencensus/common/version.h +++ b/opencensus/common/version.h @@ -17,6 +17,6 @@ // The current version of the opencensus core library. Macro to allow literal // string concatenation in constexpr statements. -#define OPENCENSUS_VERSION "0.3.0-dev" +#define OPENCENSUS_VERSION "0.3.0" #endif // OPENCENSUS_COMMON_VERSION_H_