Bumped version for breaking changes on string encoding and json input

This commit is contained in:
Antoine Gersant 2018-10-28 15:14:51 -07:00
parent 84507e4d86
commit 35514182aa

View file

@ -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> {