Skip to content

Commit

Permalink
Fixed version in main.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
arturkasperek committed Jul 3, 2019
1 parent 8e543b3 commit 5d351a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DaedalusCompiler/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace DaedalusCompiler
{
class Program
{
private const string version = "0.5.1";
private const string version = "0.6.0";
private const string compiler_name = "daedalus-compiler";

static void ShowHelp()
Expand Down

0 comments on commit 5d351a5

Please sign in to comment.