From f39111bdffeba4fa5ebdf7578c70c8f910a9bb55 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 27 Jun 2019 18:51:45 +0200 Subject: [PATCH] V 0.1.6 --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index 69c319aa03..153a3abb2a 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -8,7 +8,7 @@ import os import time const ( - Version = '0.1.5' + Version = '0.1.6' ) // TODO no caps