From 216ecb93083d644e42a16f3b60cbb3130781bdb3 Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Thu, 9 Apr 2020 16:23:03 +0800 Subject: [PATCH] set version to v0.3.0 --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 5d24b4f..1507274 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef COMMON_H #define COMMON_H -#define FASTV_VER "0.2.0" +#define FASTV_VER "0.3.0" #define _DEBUG false