Merge pull request #5933 from jbampton/update-mruby-version-numbers

docs: update mruby version to `3.2.0`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-02-25 09:26:03 +09:00
committed by GitHub
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