From aaec69a43b6a9e8d514c6efb003c28f23923c454 Mon Sep 17 00:00:00 2001 From: benjaminwan Date: Mon, 17 Oct 2022 16:25:40 +0800 Subject: [PATCH] version: 1.1.3 --- include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.h b/include/version.h index 10938f3..9354695 100644 --- a/include/version.h +++ b/include/version.h @@ -1,6 +1,6 @@ #ifndef __OCR_VERSION_H__ #define __OCR_VERSION_H__ -#define VERSION "1.1.2" +#define VERSION "1.1.3" #endif //__OCR_VERSION_H__