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