From 8ce54a25875a86136ed17fde0e4dac867ed5a900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20Rold=C3=A1n?= Date: Tue, 17 Dec 2024 18:41:33 +0100 Subject: [PATCH] Update monorail version --- packages/cli-kit/src/public/node/monorail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-kit/src/public/node/monorail.ts b/packages/cli-kit/src/public/node/monorail.ts index 45c1ae7db9..6f79d6b128 100644 --- a/packages/cli-kit/src/public/node/monorail.ts +++ b/packages/cli-kit/src/public/node/monorail.ts @@ -10,7 +10,7 @@ const url = 'https://monorail-edge.shopifysvc.com/v1/produce' type Optional = T | null // This is the topic name of the main event we log to Monorail, the command tracker -export const MONORAIL_COMMAND_TOPIC = 'app_cli3_command/1.15' +export const MONORAIL_COMMAND_TOPIC = 'app_cli3_command/1.16' export interface Schemas { [MONORAIL_COMMAND_TOPIC]: {