summaryrefslogtreecommitdiffhomepage
path: root/doc/guides/debugger.md
diff options
context:
space:
mode:
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 b06153935..61c0418b0 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.2 (2020-07-10)
+mruby 2.1.2 (2020-08-06)
```
## 2.2 Basic Operation