summaryrefslogtreecommitdiffhomepage
path: root/doc/guides
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2020-08-06 12:45:59 +0900
committerHiroshi Mimaki <[email protected]>2020-08-06 12:45:59 +0900
commit1a9bdfcde5fd7c91e756747ba0565f29385115a7 (patch)
tree14cc24fabbe766ba87277da9d4a172b9308a7279 /doc/guides
parent112120969d5a08c9d496e176a2655bbe1ff7f97b (diff)
downloadmruby-2.1.2.tar.gz
mruby-2.1.2.zip
Update release date.2.1.2
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 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