From 6ff0ffa5b4ee9968d4369207aca6f31804194533 Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Wed, 17 Apr 2019 11:23:22 +0800 Subject: [PATCH] set version to v0.20.0 --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 45e9f5f..7ec7031 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef COMMON_H #define COMMON_H -#define FASTP_VER "0.19.11" +#define FASTP_VER "0.20.0" #define _DEBUG false