docs: update mruby version to 3.2.0

This commit is contained in:
John Bampton
2023-02-25 08:02:45 +10:00
parent 82c67d52fc
commit 46e42b38f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "mruby"
PROJECT_NUMBER = 3.1.0
PROJECT_NUMBER = 3.2.0
PROJECT_BRIEF = "mruby is the lightweight implementation of the Ruby language"
+1 -1
View File
@@ -38,7 +38,7 @@ To confirm mrdb was installed properly, run mrdb with the `--version` option:
```bash
$ mrdb --version
mruby 3.1.0 (2022-05-12)
mruby 3.2.0 (2023-02-24)
```
## 2.2 Basic Operation