mirror of
https://github.com/agersant/polaris
synced 2024-12-04 02:29:11 +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::*;
|
use utils::*;
|
||||||
|
|
||||||
const CURRENT_MAJOR_VERSION: i32 = 1;
|
const CURRENT_MAJOR_VERSION: i32 = 1;
|
||||||
const CURRENT_MINOR_VERSION: i32 = 2;
|
const CURRENT_MINOR_VERSION: i32 = 3;
|
||||||
|
|
||||||
#[derive(RustcEncodable)]
|
#[derive(RustcEncodable)]
|
||||||
struct Version {
|
struct Version {
|
||||||
|
|
Loading…
Reference in a new issue