From f0fc35fabf5b39af50d9ce5f30d4983579d17ee9 Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Sat, 2 Apr 2016 16:02:08 -0700 Subject: [PATCH] Bump version to 0.4.0 --- tarpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 43e6235b..9208725e 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tarpc" -version = "0.3.0" +version = "0.4.0" authors = ["Adam Wright ", "Tim Kuehn "] license = "MIT" documentation = "https://google.github.io/tarpc"