We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1399453 commit 7cb3476Copy full SHA for 7cb3476
src/main.go
@@ -38,7 +38,7 @@ import (
38
)
39
40
const pluginName string = "NWNX RPC Plugin" // Plugin name passed to hook
41
-const pluginVersion string = "0.2.6" // Plugin version passed to hook
+const pluginVersion string = "0.2.7" // Plugin version passed to hook
42
const pluginID string = "RPC" // Plugin ID used for identification in the list
43
44
// YAML configuration for src
0 commit comments