We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d368dc3 commit 9ad2c81Copy full SHA for 9ad2c81
2 files changed
Program.cs
@@ -8,7 +8,7 @@
8
9
public class Program
10
{
11
- public static readonly string VERSION = "v0.2.1";
+ public static readonly string VERSION = "0.2.2-pre";
12
public static readonly string GITHUB = "https://github.com/onihilist/NShell";
13
14
public static async Task Main(string[] args)
Shell/Commands/IMetadataCommand.cs
@@ -13,4 +13,4 @@ public interface IMetadataCommand
bool IsHidden => false;
bool IsInteractive => false;
15
bool RequiresRoot => false;
16
-}
+}
0 commit comments