From c4f511e33091276a00c33ea9a84ad10aab2f8bdd Mon Sep 17 00:00:00 2001 From: Krzysztof Jura Date: Wed, 17 Jul 2019 00:25:27 +0200 Subject: [PATCH] Version 0.7.0 --- docs/changelog/changes-v0.7.0.html | 16 ++++++++++++++++ src/DaedalusCompiler/Program.cs | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 docs/changelog/changes-v0.7.0.html diff --git a/docs/changelog/changes-v0.7.0.html b/docs/changelog/changes-v0.7.0.html new file mode 100644 index 0000000..2ad038e --- /dev/null +++ b/docs/changelog/changes-v0.7.0.html @@ -0,0 +1,16 @@ +

Changelog

+

Features

+ \ No newline at end of file diff --git a/src/DaedalusCompiler/Program.cs b/src/DaedalusCompiler/Program.cs index 4485a1d..cede0fc 100644 --- a/src/DaedalusCompiler/Program.cs +++ b/src/DaedalusCompiler/Program.cs @@ -12,7 +12,7 @@ namespace DaedalusCompiler { class Program { - private const string version = "0.6.1"; + private const string version = "0.7.0"; private const string compiler_name = "daedalus-compiler"; static void ShowHelp()