diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-21 11:39:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-21 11:40:00 -0700 |
commit | d1d04396c7a995eaf1129b123644bc52b14a73ac (patch) | |
tree | aba9d7809dda8921fbf9bb8b3a32085d476a621c /rust/fatcat-api-spec/api | |
parent | ec8dc24b39d8e3766730e7c3f73b79721e17ef64 (diff) | |
download | fatcat-d1d04396c7a995eaf1129b123644bc52b14a73ac.tar.gz fatcat-d1d04396c7a995eaf1129b123644bc52b14a73ac.zip |
codegen version bump
Wow, a surprisingly large commit!
Diffstat (limited to 'rust/fatcat-api-spec/api')
-rw-r--r-- | rust/fatcat-api-spec/api/swagger.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-api-spec/api/swagger.yaml b/rust/fatcat-api-spec/api/swagger.yaml index e437df8f..b4c5e657 100644 --- a/rust/fatcat-api-spec/api/swagger.yaml +++ b/rust/fatcat-api-spec/api/swagger.yaml @@ -3,7 +3,7 @@ swagger: "2.0" info: description: "A scalable, versioned, API-oriented catalog of bibliographic entities\ \ and file metadata" - version: "0.2.0" + version: "0.3.0" title: "fatcat" host: "api.fatcat.wiki" basePath: "/v0" |