vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.
https://vedang.github.io/clj_fdb/
Eclipse Public License 1.0
25 stars 9 forks source link

Use API version 520 in examples and docs #23

Closed tirkarthi closed 5 years ago

tirkarthi commented 5 years ago

Describe the bug

API version 520 is the used in the updated docs and hence examples could be updated. The travis build is already fixed with latest deb files and corresponding compatible fdb java library.

vedang commented 5 years ago

Thanks for this, I'll update all the docs/examples over the weekend

vedang commented 5 years ago

I've updated all the docs/examples to use version 600, which is the latest version. Closing this issue.