summaryrefslogtreecommitdiffhomepage
path: root/doc/guides/debugger.md
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2020-04-10 13:05:23 +0900
committerHiroshi Mimaki <[email protected]>2020-04-10 13:05:23 +0900
commit3d46f1b62092a064d740c66d5395bcf89c899ee9 (patch)
tree0f07a4e1d3182023b64b05b12612a984374205d8 /doc/guides/debugger.md
parent63c7ff341a53a689209e67f9f1c885fcff596cf8 (diff)
downloadmruby-2.1.1-rc.tar.gz
mruby-2.1.1-rc.zip
Update version to `2.1.1`. (mruby 2.1.1 RC)2.1.1-rc
Diffstat (limited to 'doc/guides/debugger.md')
-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 a94ef1802..0b0c33380 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.0 (2019-11-19)
+mruby 2.1.1 (2020-04-20)
```
## 2.2 Basic Operation