From f5ea9aa4c2529594c02e26785c6214084d77f97c Mon Sep 17 00:00:00 2001 From: benjaminwan Date: Fri, 14 Oct 2022 15:59:04 +0800 Subject: [PATCH] version: 1.8.0 --- include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.h b/include/version.h index 362fab0..584e4da 100755 --- a/include/version.h +++ b/include/version.h @@ -1,6 +1,6 @@ #ifndef __OCR_VERSION_H__ #define __OCR_VERSION_H__ -#define VERSION "1.7.0" +#define VERSION "1.8.0" #endif //__OCR_VERSION_H__