From 8e64f6baaf8375f20600364756671475c97a5814 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sun, 7 May 2017 23:58:38 -0700 Subject: [PATCH] Bumped API version number --- src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.rs b/src/api.rs index 23f9230..c3d77a0 100644 --- a/src/api.rs +++ b/src/api.rs @@ -19,7 +19,7 @@ use thumbnails::*; use utils::*; const CURRENT_MAJOR_VERSION: i32 = 1; -const CURRENT_MINOR_VERSION: i32 = 2; +const CURRENT_MINOR_VERSION: i32 = 3; #[derive(RustcEncodable)] struct Version {