From d4a4f5844ea331b585ea2a94fb1bbdc817010862 Mon Sep 17 00:00:00 2001 From: ZhaoMei Date: Mon, 27 Sep 2021 19:09:48 +0800 Subject: [PATCH] Update conf.c --- qiniu/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiniu/conf.c b/qiniu/conf.c index 4bc3ea84..c3e70617 100644 --- a/qiniu/conf.c +++ b/qiniu/conf.c @@ -8,7 +8,7 @@ */ #include "conf.h" -const char *version = "7.1.1"; +const char *version = "7.1.2"; /*============================================================================*/