Bump MODULE_VERSION to 0.1.1

MODULE_VERSION was still set to the old version of 0.1.0, which would give out a warning when DKIM performed version sanity checks.
This commit is contained in:
dev-sda1 2021-08-24 18:15:26 +01:00 committed by Adam Madsen
parent 225a49a409
commit 7d43285a50

View File

@ -53,4 +53,4 @@ module_exit(vendor_reset_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Geoffrey McRae <geoff@hostfission.com>");
MODULE_AUTHOR("Adam Madsen <adam@ajmadsen.com>");
MODULE_VERSION("0.1.0");
MODULE_VERSION("0.1.1");