You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
downloaded the 0.5.0 release package and set up server, execute curl -L -X GET 'http://localhost:8090/api/version' \ -H 'Accept: application/vnd.gravitino.v1+json'
Additional context
The right version should be "version": "0.5.0".
Here are two version packages in release libs:
The text was updated successfully, but these errors were encountered:
Version
main branch
Describe what's wrong
I downloaded the 0.5.0 release package and retrieved the server version using the REST version API.
Error message and/or stacktrace
"version": "0.5.0-SNAPSHOT"
How to reproduce
downloaded the 0.5.0 release package and set up server, execute
curl -L -X GET 'http://localhost:8090/api/version' \ -H 'Accept: application/vnd.gravitino.v1+json'
Additional context
The right version should be "version": "0.5.0".
Here are two version packages in release libs:
The text was updated successfully, but these errors were encountered: