Skip to content

Commit

Permalink
Prepared 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arturkasperek committed Feb 24, 2019
1 parent b0b554f commit 3b29ca7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog/changes-v0.5.1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<h2>Changelog</h2>
<h3>Features</h3>
<ul>
<li>Added alias in dockerfile</li>
</ul>
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.0";
private const string version = "0.5.1";
private const string compiler_name = "daedalus-compiler";

static void ShowHelp()
Expand Down

0 comments on commit 3b29ca7

Please sign in to comment.