aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-25 07:53:22 -0700
committerZeyla Hellyer <[email protected]>2017-09-25 09:45:14 -0700
commit0fcf1d3881fcfd07ced9ed877a8fd4796546bb40 (patch)
tree09a21341c970ec6ab4c96089386200738abe4850 /README.md
parentUse display instead of std::error::Error (diff)
downloadserenity-0fcf1d3881fcfd07ced9ed877a8fd4796546bb40.tar.xz
serenity-0fcf1d3881fcfd07ced9ed877a8fd4796546bb40.zip
Bump to v0.4.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95d06d6..10318b7 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Add the following to your `Cargo.toml` file:
```toml
[dependencies]
-serenity = "0.3"
+serenity = "0.4"
```
and to the top of your `main.rs`: