diff options
| author | acdenisSK <[email protected]> | 2018-11-05 01:03:32 +0100 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2018-11-05 01:03:32 +0100 |
| commit | edc6429a17a4f695b89da4278ff20849f9c59b9c (patch) | |
| tree | 2efd74b923e1ad38dddc47954179465d773e15a4 | |
| parent | Add Function to neutralise Mentions (#414) (diff) | |
| download | serenity-edc6429a17a4f695b89da4278ff20849f9c59b9c.tar.xz serenity-edc6429a17a4f695b89da4278ff20849f9c59b9c.zip | |
Bump version
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ license = "ISC" name = "serenity" readme = "README.md" repository = "https://github.com/serenity-rs/serenity.git" -version = "0.5.9" +version = "0.5.10" [dependencies] bitflags = "^1.0" |