summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authormimaki <[email protected]>2015-11-17 00:26:53 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-11-17 18:02:30 +0900
commit22464fe5a0a10f2b077eaba109ce1e912e4a77de (patch)
treea1048a97e635b9aa9661334c828c409b79417bcb /doc
parent547a29d2cafcfe62e65290154f87371d190a501c (diff)
downloadmruby-22464fe5a0a10f2b077eaba109ce1e912e4a77de.tar.gz
mruby-22464fe5a0a10f2b077eaba109ce1e912e4a77de.zip
mruby-1.2.01.2.0
Diffstat (limited to 'doc')
-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 a13e91cec..366701c88 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.1.0 (2014-11-19)
+mruby 1.2.0 (2014-11-17)
```
## 2.2 Basic Operation