diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-11-17 17:40:36 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-11-19 17:57:25 -0800 |
commit | 1dd7fede5c8fb44a7819a25c74144ad0eff78627 (patch) | |
tree | 04ed66c6fd57e3b08d3b9bde25a71d52ca49bcce /fatcat-openapi/src/lib.rs | |
parent | 5c79b82211612c075f0c9916099f176fc65d0fe4 (diff) | |
download | fatcat-cli-1dd7fede5c8fb44a7819a25c74144ad0eff78627.tar.gz fatcat-cli-1dd7fede5c8fb44a7819a25c74144ad0eff78627.zip |
fatcat-openapi: update with v0.5.0 schema
Diffstat (limited to 'fatcat-openapi/src/lib.rs')
-rw-r--r-- | fatcat-openapi/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat-openapi/src/lib.rs b/fatcat-openapi/src/lib.rs index 8dd8e15..42b1b8c 100644 --- a/fatcat-openapi/src/lib.rs +++ b/fatcat-openapi/src/lib.rs @@ -17,7 +17,7 @@ use swagger::{ApiError, ContextWrapper}; type ServiceError = Box<dyn Error + Send + Sync + 'static>; pub const BASE_PATH: &'static str = "/v0"; -pub const API_VERSION: &'static str = "0.4.0"; +pub const API_VERSION: &'static str = "0.5.0"; #[derive(Debug, PartialEq)] #[must_use] |