From b846d02cb2c188d1a890be0a5e49cd48f2b93ef4 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 27 Jun 2019 12:52:06 +0200 Subject: [PATCH] V 0.1.5 --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index 3a41348ec20d27..69c319aa03ff58 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -8,7 +8,7 @@ import os import time const ( - Version = '0.1.4' + Version = '0.1.5' ) // TODO no caps