summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-12-22 12:48:37 -0800
committerCarl Lerche <me@carllerche.com>2015-12-22 12:48:37 -0800
commit1ce4eeee906c69af94805bdda22e4a4579547dd2 (patch)
treee4887d60777e817472d15e5c9c645f79b4f36d21
parentea4752311746f4b0777b9842d70641c809917c66 (diff)
downloadnix-1ce4eeee906c69af94805bdda22e4a4579547dd2.zip
Bump version to 0.5.0-pre
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ab907828..ec918528 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.4.2"
+version = "0.5.0-pre"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
license = "MIT"