Skip to content

Commit

Permalink
Adjusted version
Browse files Browse the repository at this point in the history
  • Loading branch information
arturkasperek committed May 4, 2020
1 parent 7fc3437 commit bde7773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DaedalusCompiler/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace DaedalusCompiler
{
static class Program
{
private const string Version = "0.9.0";
private const string Version = "0.9.1";
private const string AppName = "Daedalus Compiler";
private const string AppSlug = "daedalus-compiler";

Expand Down Expand Up @@ -238,4 +238,4 @@ static void Main(string[] args)
HandleOptionsParser(args);
}
}
}
}

0 comments on commit bde7773

Please sign in to comment.