Skip to content

Commit 937795e

Browse files
committed
test: bump
1 parent 6614838 commit 937795e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77

88
permissions:
99
contents: write
10+
workflows: write
1011

1112
jobs:
1213
versioning:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public partial class PluginClassName : BasePlugin {
8181

8282
public override void Load(bool hotReload)
8383
{
84-
Console.WriteLine("Hello World!");
84+
Console.WriteLine("Hello World!!");
8585
// Check examples folder for more information. Don't forget to delete the folder after reading.
8686
}
8787

0 commit comments

Comments
 (0)