0.2.8 versioning

This commit is contained in:
Aaron Greenspan
2020-12-18 11:50:02 -07:00
committed by Aiden McClelland
parent becb8c5c35
commit 7acfd2da5b
4 changed files with 5 additions and 5 deletions

View File

@@ -389,7 +389,7 @@ const mockApiNotifications: ReqRes.GetNotificationsRes = [
const mockApiServer: () => ReqRes.GetServerRes = () => ({
serverId: 'start9-mockxyzab',
name: 'Embassy:12345678',
versionInstalled: '0.2.7',
versionInstalled: '0.2.8',
status: ServerStatus.RUNNING,
alternativeRegistryUrl: 'beta-registry.start9labs.com',
specs: {
@@ -420,7 +420,7 @@ const mockApiServer: () => ReqRes.GetServerRes = () => ({
})
const mockVersionLatest: ReqRes.GetVersionLatestRes = {
versionLatest: '0.2.7',
versionLatest: '0.2.8',
canUpdate: true,
}