mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 14:58:51 -06:00
Fixed Version Marker
This commit is contained in:
parent
fad25a0f5c
commit
6b5cc39974
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ public class BeQuiet
|
|||
}
|
||||
public class ProgramVersion
|
||||
{
|
||||
public static string version = "1.0.1; .Net Core Port (Based on Sharpii 1.7.3)";
|
||||
public static string version = "1.1.0; .Net Core Port (Based on Sharpii 1.7.3)";
|
||||
}
|
||||
public class Logging
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue