From 4c3f1386ef17f584ae075e2ab952742256a0ac4f Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 1 Jul 2019 16:53:54 +0200 Subject: [PATCH] V 0.1.11 --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index 9e2676d78c..f253dc5d6b 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -8,7 +8,7 @@ import os import time const ( - Version = '0.1.10' + Version = '0.1.11' ) // TODO no caps