Skip to content

Commit 502abb8

Browse files
committed
Release v4.4.1
1 parent 4feea04 commit 502abb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/yaramod/yaramod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define YARAMOD_VERSION_MAJOR 4
1313
#define YARAMOD_VERSION_MINOR 4
14-
#define YARAMOD_VERSION_PATCH 0
14+
#define YARAMOD_VERSION_PATCH 1
1515
#define YARAMOD_VERSION_ADDEND ""
1616

1717
#define YARAMOD_VERSION STR(YARAMOD_VERSION_MAJOR) "." STR(YARAMOD_VERSION_MINOR) "." STR(YARAMOD_VERSION_PATCH) YARAMOD_VERSION_ADDEND

0 commit comments

Comments
 (0)