summaryrefslogtreecommitdiffhomepage
path: root/doc/guides
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2018-04-27 11:30:30 +0900
committerHiroshi Mimaki <[email protected]>2018-04-27 11:30:30 +0900
commit023070a6396233974785a8fd5735b9380a884f27 (patch)
tree0bd36eacade903f44517d83a098b4a8f09328ea5 /doc/guides
parent54905e98cfeb9fcce3a79a3c3b86cc11e659dd42 (diff)
downloadmruby-1.4.1.tar.gz
mruby-1.4.1.zip
Set the mruby-1.4.1 release date to `2018-4-27`.1.4.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 a41b6ce45..1cc7a9a39 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.0 (2018-1-16)
+mruby 1.4.1 (2018-4-27)
```
## 2.2 Basic Operation