summaryrefslogtreecommitdiffhomepage
path: root/doc/guides
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2018-12-11 10:52:20 +0900
committerHiroshi Mimaki <[email protected]>2018-12-11 10:52:20 +0900
commit1c09046c13fc0a763583c6da0f1d350f6c41c4ca (patch)
tree3ffcfd9353163332db37711fb26ecb8417f23ad6 /doc/guides
parent716e7b815ff8bff50226ce49759493aec4ef5103 (diff)
downloadmruby-1c09046c13fc0a763583c6da0f1d350f6c41c4ca.tar.gz
mruby-1c09046c13fc0a763583c6da0f1d350f6c41c4ca.zip
Update release date.2.0.0
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 1cc7a9a39..b433a5ac5 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 1.4.1 (2018-4-27)
+mruby 2.0.0 (2018-12-11)
```
## 2.2 Basic Operation