From 35514182aaf35feca9fbf87c9b0e879a9705fb33 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sun, 28 Oct 2018 15:14:51 -0700 Subject: [PATCH] Bumped version for breaking changes on string encoding and json input --- src/rocket_api.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rocket_api.rs b/src/rocket_api.rs index 38b7c47..3b65d04 100644 --- a/src/rocket_api.rs +++ b/src/rocket_api.rs @@ -17,8 +17,8 @@ use user; use utils; use vfs::VFSSource; -const CURRENT_MAJOR_VERSION: i32 = 2; -const CURRENT_MINOR_VERSION: i32 = 2; +const CURRENT_MAJOR_VERSION: i32 = 3; +const CURRENT_MINOR_VERSION: i32 = 0; const SESSION_FIELD_USERNAME: &str = "username"; pub fn get_routes() -> Vec {