diff options
| author | acdenisSK <[email protected]> | 2017-10-24 18:14:48 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-10-24 18:21:32 +0200 |
| commit | caa08bc0c44f19d3393b2d7d1936a52e691747ca (patch) | |
| tree | 63114bf1693ccfad55a2ce3007ef72065f9e72d8 | |
| parent | Merge v0.4.2 (diff) | |
| download | serenity-caa08bc0c44f19d3393b2d7d1936a52e691747ca.tar.xz serenity-caa08bc0c44f19d3393b2d7d1936a52e691747ca.zip | |
Fix the 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/zeyla/serenity.git" -version = "0.4.2" +version = "0.5.0" [dependencies] bitflags = "^1.0" |