From 5b6b46880145333d736dc41630f98cbfaee707f6 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 27 Oct 2016 17:33:18 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55c790c..fd37e46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iptoasn-webservice" -version = "0.1.0" +version = "0.2.0" authors = ["Frank Denis "] [dependencies] diff --git a/src/main.rs b/src/main.rs index 8272eea..cd4d08c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -62,7 +62,7 @@ fn update_asns(asns_arc: &Arc>>, db_url: &str) { fn main() { logger_init(); let matches = App::new("iptoasn webservice") - .version("0.2") + .version("0.2.0") .author("Frank Denis") .about("Webservice for https://iptoasn.com") .arg(Arg::with_name("listen_addr")