We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4feea04 commit 502abb8Copy full SHA for 502abb8
include/yaramod/yaramod.h
@@ -11,7 +11,7 @@
11
12
#define YARAMOD_VERSION_MAJOR 4
13
#define YARAMOD_VERSION_MINOR 4
14
-#define YARAMOD_VERSION_PATCH 0
+#define YARAMOD_VERSION_PATCH 1
15
#define YARAMOD_VERSION_ADDEND ""
16
17
#define YARAMOD_VERSION STR(YARAMOD_VERSION_MAJOR) "." STR(YARAMOD_VERSION_MINOR) "." STR(YARAMOD_VERSION_PATCH) YARAMOD_VERSION_ADDEND
0 commit comments