From dc161fb20f8d3a38e5a289d9691119f5ff5735b8 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 27 Jun 2019 23:14:18 +0200 Subject: [PATCH] V 0.1.7 --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index 433316d13d453c..22d0de8c7d7ac7 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -8,7 +8,7 @@ import os import time const ( - Version = '0.1.6' + Version = '0.1.7' ) // TODO no caps