From 50e4a072196ce64110391b47aa5ac824dcea36ac Mon Sep 17 00:00:00 2001 From: Jean Dubois Date: Fri, 9 Aug 2024 00:09:21 +0100 Subject: [PATCH] increase version id --- CHANGELOG.md | 3 +++ noug_version.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f09891..7f90f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ Since 0.19.0-beta, we use [this changelog format](https://keepachangelog.com). I end ``` +### Changed +* Version id has been increased to `10` + ### Calculator #### Added * Added the `sto` instruction, that stores the last value in the stack into the memory. diff --git a/noug_version.json b/noug_version.json index a59eff0..82fefe2 100644 --- a/noug_version.json +++ b/noug_version.json @@ -4,7 +4,7 @@ "patch": 0, "phase": "stable", "release-serial": 0, - "version-id": 9, + "version-id": 10, "data-version": 7, "lib-version": 4 }