From 8c9308d26ee9bc51971aec417e12d4dd92ecda3e Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 7 Feb 2019 22:40:23 +0100 Subject: [PATCH] Prepared things for v0.5.0 release --- docs/changelog/changes-v0.5.0.html | 12 +++++++++++- src/DaedalusCompiler/Program.cs | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/changelog/changes-v0.5.0.html b/docs/changelog/changes-v0.5.0.html index 2491fc5..0a48d9e 100644 --- a/docs/changelog/changes-v0.5.0.html +++ b/docs/changelog/changes-v0.5.0.html @@ -1 +1,11 @@ -

Sample

\ No newline at end of file +

Changelog

+

Features

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