summaryrefslogtreecommitdiffhomepage
path: root/doc/guides
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2020-06-04 17:20:46 +0900
committerHiroshi Mimaki <[email protected]>2020-06-04 17:20:46 +0900
commitf9d113f7647121f8578742a2a9ac256ece365e3f (patch)
tree38980936e99c44a05e12dbe2bf5d800384c8ad69 /doc/guides
parent5e01674b72cf8205a94e157af893dcd34e27a306 (diff)
downloadmruby-2.1.1.tar.gz
mruby-2.1.1.zip
Update release date.2.1.1
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 0b0c33380..74f9f6115 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.1 (2020-04-20)
+mruby 2.1.1 (2020-06-04)
```
## 2.2 Basic Operation