summaryrefslogtreecommitdiffhomepage
path: root/doc/guides
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2020-07-01 16:49:21 +0900
committerHiroshi Mimaki <[email protected]>2020-07-01 16:49:21 +0900
commitb6b9c57f247a26fb5dbea129cd81fcc9b7d485a3 (patch)
tree186a119266a7fa6f8d417cd792b129efa796ebf7 /doc/guides
parentaa578c346db6058801a2b64781a50fab9ed1f74b (diff)
downloadmruby-2.1.2-rc.tar.gz
mruby-2.1.2-rc.zip
Update version to `2.1.2`. (mruby 2.1.2 RC)2.1.2-rc
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/debugger.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/debugger.md b/doc/guides/debugger.md
index 74f9f6115..b06153935 100644
--- a/doc/guides/debugger.md
+++ b/doc/guides/debugger.md
@@ -38,7 +38,7 @@ To confirm mrdb was installed properly, run mrdb with the `--version` option:
```bash
$ mrdb --version
-mruby 2.1.1 (2020-06-04)
+mruby 2.1.2 (2020-07-10)
```
## 2.2 Basic Operation