We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using LiteServ Android targeting 1.2.1-2, I issue the following request:
GET http://XXX.XX.X.XX:10000/
The response returns the following invalid version number.
{"couchdb":"Welcome","CBLite":"Welcome","version":"1.2.1--1"}
Expected:
{"couchdb":"Welcome","CBLite":"Welcome","version":"1.2.1-2"}
Actual:
The text was updated successfully, but these errors were encountered:
Fixed this issue with following PR. couchbase/couchbase-lite-java-core#1168
Sorry, something went wrong.
duplicated with https://github.com/couchbase/couchbase-lite-java-core/issues/1153
No branches or pull requests
Using LiteServ Android targeting 1.2.1-2, I issue the following request:
The response returns the following invalid version number.
Expected:
Actual:
The text was updated successfully, but these errors were encountered: