summaryrefslogtreecommitdiffhomepage
path: root/doc/guides
diff options
context:
space:
mode:
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 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