From 975d73720ae69733964d80b420713f70c7c623e8 Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Mon, 15 Jul 2019 17:28:21 +0800 Subject: [PATCH] Increase version to 0.2.0 for a new release. --- webcc/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcc/version.h b/webcc/version.h index 6ad5b8a..12fe5e2 100644 --- a/webcc/version.h +++ b/webcc/version.h @@ -1,6 +1,6 @@ #ifndef WEBCC_VERSION_H_ #define WEBCC_VERSION_H_ -#define WEBCC_VERSION "0.1.0" +#define WEBCC_VERSION "0.2.0" #endif // WEBCC_VERSION_H_