Skip to main content

core.fetchlatestversionstring

Home > @medplum/core > fetchLatestVersionString

fetchLatestVersionString() function

Fetches the latest Medplum release version string.

Signature:

export declare function fetchLatestVersionString(appName: string): Promise<string>;

Parameters

Parameter

Type

Description

appName

string

The name of the app to fetch the latest version for.

Returns:

Promise<string>

A version string corresponding to the latest Medplum release version.