update mocked version

This commit is contained in:
Jacob Overgaard
2022-05-18 13:05:11 +02:00
parent 2f5e9595d8
commit 7cd7a8ba53

View File

@@ -6,7 +6,7 @@ export const handlers = [
// Respond with a 200 status code
ctx.status(200),
ctx.json({
version: 'x.x.x',
version: '13.0.0',
installed: true,
})
);