From 934c51f4abff2189178958019ca85cdf409bf4ac Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Fri, 19 Feb 2016 22:57:47 -0800 Subject: [PATCH] Bunch version number --- tarpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 8090714..22c6068 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tarpc" -version = "0.2.0" +version = "0.3.0" authors = ["Adam Wright ", "Tim Kuehn "] license = "MIT" documentation = "https://google.github.io/tarpc"