summaryrefslogtreecommitdiffhomepage
path: root/doc/guides/debugger.md
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2019-04-04 09:26:40 +0900
committerHiroshi Mimaki <[email protected]>2019-04-04 09:26:40 +0900
commit7c91efc1ffda769a5f1a872c646c82b00698f1b8 (patch)
treecba2300106a9e01a00cebaaa542997d0194bc4a6 /doc/guides/debugger.md
parent2871d0cdc5e5ef952d27187b5488888bbd18c5b0 (diff)
downloadmruby-7c91efc1ffda769a5f1a872c646c82b00698f1b8.tar.gz
mruby-7c91efc1ffda769a5f1a872c646c82b00698f1b8.zip
Update version and release date.2.0.1
`mruby 2.0.1 (2019-4-4)`
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 b433a5ac5..81c0e9d63 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.0.0 (2018-12-11)
+mruby 2.0.1 (2019-4-4)
```
## 2.2 Basic Operation