Skip to content

Commit 9ad2c81

Browse files
committed
fix: change version to 0.2.2-pre
1 parent d368dc3 commit 9ad2c81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public class Program
1010
{
11-
public static readonly string VERSION = "v0.2.1";
11+
public static readonly string VERSION = "0.2.2-pre";
1212
public static readonly string GITHUB = "https://github.com/onihilist/NShell";
1313

1414
public static async Task Main(string[] args)

Shell/Commands/IMetadataCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ public interface IMetadataCommand
1313
bool IsHidden => false;
1414
bool IsInteractive => false;
1515
bool RequiresRoot => false;
16-
}
16+
}

0 commit comments

Comments
 (0)