Fixed const -> let bug
All checks were successful
CI/CD Pipeline / test (pull_request) Successful in 33s
CI/CD Pipeline / build (pull_request) Has been skipped
CI/CD Pipeline / release (pull_request) Has been skipped

This commit is contained in:
2025-12-29 02:31:23 -07:00
parent 3ca6f97db1
commit f679601818
7 changed files with 40 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ namespace Slang
{
public const string PluginGuid = "com.biddydev.slang";
public const string PluginName = "Slang";
public const string PluginVersion = "0.4.5";
public const string PluginVersion = "0.4.6";
private static Harmony? _harmony;