Skip to content

Commit dd25719

Browse files
authored
driver version: 1.7.0.4 -> 1.7.0.5
1 parent f57a002 commit dd25719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver/LKM/src/init.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ module_init(kprobes_init);
8181
module_exit(kprobes_exit);
8282

8383
MODULE_INFO(homepage, "driver");
84-
MODULE_VERSION("1.7.0.4");
84+
MODULE_VERSION("1.7.0.5");
8585

8686
MODULE_LICENSE("GPL");
8787
MODULE_AUTHOR("Will Chen <chenyue.will@bytedance.com>;Ping Shen <shenping.matt@bytedance.com>");
88-
MODULE_DESCRIPTION("Elkied Driver is the core component of Elkeid HIDS project");
88+
MODULE_DESCRIPTION("Elkied Driver is the core component of Elkeid HIDS project");

0 commit comments

Comments
 (0)