Skip to content

Commit 4294fa7

Browse files
chore: Update Version Literal for Release v4.5.4
1 parent 0e08f25 commit 4294fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recognizer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// DO NOT MODIFY THE SIGNATURE BELOW: the `static const std::string version` signature
2222
// is used by the automated version modifying script located in GitHub Actions.
2323
// It is not intended to be modified by the user, but instead triggered by git tag pushes.
24-
static const std::string version = "v4.5.3";
24+
static const std::string version = "v4.5.4";
2525
// DO NOT MODIFY THE SIGNATURE ABOVE
2626

2727
static const std::string opencv_version = CV_VERSION;

0 commit comments

Comments
 (0)