ui: 0.2.8 ~> 0.2.9

This commit is contained in:
Aaron Greenspan
2021-02-04 15:21:42 -07:00
committed by Aiden McClelland
parent 77b8d0b2a0
commit a6b7d657a0
3 changed files with 4 additions and 4 deletions

View File

@@ -414,8 +414,8 @@ const mockApiNotifications: ReqRes.GetNotificationsRes = [
const mockApiServer: () => ReqRes.GetServerRes = () => ({
serverId: 'start9-mockxyzab',
name: 'Embassy:12345678',
versionInstalled: '0.2.8',
versionLatest: '0.2.9',
versionInstalled: '0.2.9',
versionLatest: '0.2.10',
status: ServerStatus.RUNNING,
alternativeRegistryUrl: 'beta-registry.start9labs.com',
welcomeAck: true,