aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-10-24 18:14:48 +0200
committeracdenisSK <[email protected]>2017-10-24 18:21:32 +0200
commitcaa08bc0c44f19d3393b2d7d1936a52e691747ca (patch)
tree63114bf1693ccfad55a2ce3007ef72065f9e72d8
parentMerge v0.4.2 (diff)
downloadserenity-caa08bc0c44f19d3393b2d7d1936a52e691747ca.tar.xz
serenity-caa08bc0c44f19d3393b2d7d1936a52e691747ca.zip
Fix the version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 15ef44f..40dbfe5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"