diff options
| author | Chris <[email protected]> | 2017-10-16 14:30:28 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2017-10-16 14:30:28 +0200 |
| commit | 5829c673c13655b86d317ab65d204067a2b1a7a4 (patch) | |
| tree | 5bdd33da688e8de967e5fbf6643b0fe8a1f889ae | |
| parent | Use update syntax for Shard (#195) (diff) | |
| download | serenity-5829c673c13655b86d317ab65d204067a2b1a7a4.tar.xz serenity-5829c673c13655b86d317ab65d204067a2b1a7a4.zip | |
Update 0.4.2's Cargo.toml version to 0.4.2 itself (#196)
| -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.1" +version = "0.4.2" [dependencies] bitflags = "^1.0" |