mirror of
https://github.com/agersant/polaris
synced 2024-12-03 18:19:09 +00:00
Bumped API version number
This commit is contained in:
parent
c464b755e5
commit
8e64f6baaf
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue