summaryrefslogtreecommitdiffhomepage
path: root/doc/guides
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2018-01-16 10:15:19 +0900
committerHiroshi Mimaki <[email protected]>2018-01-16 10:15:19 +0900
commit58fb6f421ad9824caae5a2cabb849d48647b90ec (patch)
tree2628fc760ccda828ce491a86947c5a8365745f69 /doc/guides
parent623436276e9650ce60c64bc24bfd430aab8a4193 (diff)
downloadmruby-58fb6f421ad9824caae5a2cabb849d48647b90ec.tar.gz
mruby-58fb6f421ad9824caae5a2cabb849d48647b90ec.zip
Set the mruby-1.4.0 release date to `2018-1-16`.1.4.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 72f2c2b32..a41b6ce45 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.3.0 (2017-7-4)
+mruby 1.4.0 (2018-1-16)
```
## 2.2 Basic Operation