From 1ba53a39cbde408badcb3453b5011554453e68ea Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 24 Jun 2019 14:11:56 +0200 Subject: [PATCH] V 0.1.0 --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index 97add2044e..3fe8176e96 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -8,7 +8,7 @@ import os import time const ( - Version = '0.0.12' + Version = '0.1.0' ) // TODO no caps