Update client spec version

feature/v32-tokens
Edward Shen 2021-05-28 15:30:25 -04:00
parent 1c8f3da8d0
commit 9e9c955f5a
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ mod stop;
#[macro_export]
macro_rules! client_api_version {
() => {
"30"
"31"
};
}