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 {