From 61a8e6e47c96bd2dae30319113f7e26fb00dce7d Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 25 Jun 2019 14:45:07 +0200 Subject: [PATCH] V 0.1.2 --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index c4cfc04c64..e9b994c758 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -8,7 +8,7 @@ import os import time const ( - Version = '0.1.1' + Version = '0.1.2' ) // TODO no caps