From 2b0725c2d0f809351300c634c54e70e0a8c3f4ed Mon Sep 17 00:00:00 2001 From: easy Date: Tue, 23 Jul 2019 16:50:55 +1000 Subject: [PATCH] Bump version to 0.4.0. (#358) --- 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 34b87413..f98f6340 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.4.0-dev" +#define OPENCENSUS_VERSION "0.4.0" #endif // OPENCENSUS_COMMON_VERSION_H_