From d71904823e81c3d062cd6eeaf6c794ac7f036e64 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 25 Jun 2019 20:49:27 +0200 Subject: [PATCH] V 0.1.3 --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index 64d2e1d6b9..00d5e6166b 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -8,7 +8,7 @@ import os import time const ( - Version = '0.1.2' + Version = '0.1.3' ) // TODO no caps