Skip to content

Commit 7cb3476

Browse files
committed
0.2.7 fix
1 parent 1399453 commit 7cb3476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
)
3939

4040
const pluginName string = "NWNX RPC Plugin" // Plugin name passed to hook
41-
const pluginVersion string = "0.2.6" // Plugin version passed to hook
41+
const pluginVersion string = "0.2.7" // Plugin version passed to hook
4242
const pluginID string = "RPC" // Plugin ID used for identification in the list
4343

4444
// YAML configuration for src

0 commit comments

Comments
 (0)