From c67d7a67c55fa3407f94100d3b5e072150d1d4ab Mon Sep 17 00:00:00 2001 From: Jean Dubois Date: Wed, 11 May 2022 17:43:13 +0200 Subject: [PATCH] alpha 0.7 --- example.noug | 2 +- noug_version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example.noug b/example.noug index 89940d5..847d545 100644 --- a/example.noug +++ b/example.noug @@ -1,4 +1,4 @@ -# This file was made in nougaro alpha 0.6 version. +# This file was made in nougaro alpha 0.7 version. import math # This is a comment diff --git a/noug_version.json b/noug_version.json index bcd2cb5..97d5bc6 100644 --- a/noug_version.json +++ b/noug_version.json @@ -1,4 +1,4 @@ { - "noug_version": "0.6", + "noug_version": "0.7", "phase": "alpha" }