From 101f926adc09fc572e3be56616c88b0829ae980e Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 14 Nov 2016 16:14:40 +0800 Subject: [PATCH] Bump version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e05207..a07378a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "robotparser" readme = "README.md" repository = "https://github.com/messense/robotparser-rs" -version = "0.7.0" +version = "0.8.0" [dependencies] url = "1.2"