Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Panzerhandschuh committed Apr 17, 2023
1 parent 7f94122 commit 0002ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BSPConvertCmd/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static void RunCommand(Options options)

static void DisplayHelp(IEnumerable<Error> errors, ParserResult<Options> parserResult)
{
const string version = "BSP Convert 0.0.1-alpha";
const string version = "BSP Convert 0.0.2-alpha";
if (errors.IsVersion())
{
Console.WriteLine(version);
Expand Down

0 comments on commit 0002ad9

Please sign in to comment.