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 d6e6606 commit c3acb12Copy full SHA for c3acb12
1 file changed
src/evdev/init.lua
@@ -1,5 +1,5 @@
1
return setmetatable({
2
- _VERSION = "evdev 0.2.0",
+ _VERSION = "evdev 0.2.0", -- x-release-please-version
3
}, {
4
__index = function(t, k)
5
local modname = "evdev." .. tostring(k)
0 commit comments