summaryrefslogtreecommitdiffhomepage
path: root/doc/guides/debugger.md
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2019-11-19 18:58:11 +0900
committerHiroshi Mimaki <[email protected]>2019-11-19 18:58:11 +0900
commit57a56ddaa26d1bb7d67c8dde435b2e08dc17290f (patch)
tree3e5a146254cc51e1e6f41df9b137784872103c7a /doc/guides/debugger.md
parenta9e27933a99c372bfd6f257c671e80cc053a9b18 (diff)
downloadmruby-57a56ddaa26d1bb7d67c8dde435b2e08dc17290f.tar.gz
mruby-57a56ddaa26d1bb7d67c8dde435b2e08dc17290f.zip
Release `mruby 2.1.0`.2.1.0
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 783ac4937..a94ef1802 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-10-18)
+mruby 2.1.0 (2019-11-19)
```
## 2.2 Basic Operation