fix: use templated version string

This commit is contained in:
Ching Pei Yang 2025-01-01 09:02:54 +01:00
parent 5e5b5cdbb2
commit c5fe9c7164
No known key found for this signature in database
GPG Key ID: B3841364253DC4C8

View File

@ -89,7 +89,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
HyprlandAPI::reloadConfig(); HyprlandAPI::reloadConfig();
return {"example", "An example plugin", "YOU", "1.0"}; return {"example", "An example plugin", "YOU", PLUGIN_VERSION};
} }
APICALL EXPORT void PLUGIN_EXIT() { APICALL EXPORT void PLUGIN_EXIT() {