From d15e83c3b9ba653901d2b81e5157c715cd8ed353 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 14:47:17 +0000 Subject: [PATCH] chore: Update Version Literal for Release v4.4.4 --- src/recognizer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recognizer.hpp b/src/recognizer.hpp index 4af1223..1873503 100644 --- a/src/recognizer.hpp +++ b/src/recognizer.hpp @@ -21,7 +21,7 @@ // DO NOT MODIFY THE SIGNATURE BELOW: the `static const std::string version` signature // is used by the automated version modifying script located in GitHub Actions. // It is not intended to be modified by the user, but instead triggered by git tag pushes. -static const std::string version = "v4.4.3"; +static const std::string version = "v4.4.4"; // DO NOT MODIFY THE SIGNATURE ABOVE static const std::string opencv_version = CV_VERSION;