Bumped version for breaking changes on string encoding and json input
This commit is contained in:
parent
84507e4d86
commit
35514182aa
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ use user;
|
||||||
use utils;
|
use utils;
|
||||||
use vfs::VFSSource;
|
use vfs::VFSSource;
|
||||||
|
|
||||||
const CURRENT_MAJOR_VERSION: i32 = 2;
|
const CURRENT_MAJOR_VERSION: i32 = 3;
|
||||||
const CURRENT_MINOR_VERSION: i32 = 2;
|
const CURRENT_MINOR_VERSION: i32 = 0;
|
||||||
const SESSION_FIELD_USERNAME: &str = "username";
|
const SESSION_FIELD_USERNAME: &str = "username";
|
||||||
|
|
||||||
pub fn get_routes() -> Vec<rocket::Route> {
|
pub fn get_routes() -> Vec<rocket::Route> {
|
||||||
|
|
Loading…
Add table
Reference in a new issue