Is there a way to determine which version of FusionAuth is running?
-
Is there a way to determine which version of FusionAuth is running?
-
From the admin UI, go to System / About and you'll see the current version.
It is also available via the API by calling
/api/statusand looking for theversionkey in the returned object. However, the status response is subject to change.