Bump version.

Really, this should be done immediately after release and not
immediately before, like I've been doing it.
This commit is contained in:
whitequark 2017-03-07 10:33:28 +00:00
parent c73298f01e
commit 6ad8872e15
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "smoltcp"
version = "0.3.0"
version = "0.4.0-pre"
authors = ["whitequark <whitequark@whitequark.org>"]
description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."
documentation = "https://docs.rs/smoltcp/"