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()