From 188bcdf8b2ebacc3338a4ee9b685b476f3ce2c5a Mon Sep 17 00:00:00 2001 From: Roman Bataev Date: Sat, 3 Sep 2022 21:46:12 -0400 Subject: [PATCH] v1.0.1 --- core/procs.go | 2 +- docs/joker.os.html | 189 ++++++++++++++++++++++++++++++++++++++++++++- docs/main.js | 2 +- 3 files changed, 190 insertions(+), 3 deletions(-) diff --git a/core/procs.go b/core/procs.go index 28be2d6c0..94af5e245 100644 --- a/core/procs.go +++ b/core/procs.go @@ -38,7 +38,7 @@ const ( PRINT_IF_NOT_NIL ) -const VERSION = "v1.0.0" +const VERSION = "v1.0.1" const ( CLJ Dialect = iota diff --git a/docs/joker.os.html b/docs/joker.os.html index abb6e46ba..e8f6d5691 100644 --- a/docs/joker.os.html +++ b/docs/joker.os.html @@ -29,6 +29,42 @@

Summary

Index