Update client spec version

This commit is contained in:
Edward Shen 2021-05-28 15:30:25 -04:00
parent 1c8f3da8d0
commit 9e9c955f5a
Signed by: edward
GPG key ID: 19182661E818369F

View file

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