Skip to content

Commit 113072c

Browse files
committed
chore: bump Monorail command topic to 1.19
1 parent 7e6a097 commit 113072c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-kit/src/public/node/monorail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const url = 'https://monorail-edge.shopifysvc.com/v1/produce'
1010
type Optional<T> = T | null
1111

1212
// This is the topic name of the main event we log to Monorail, the command tracker
13-
export const MONORAIL_COMMAND_TOPIC = 'app_cli3_command/1.18'
13+
export const MONORAIL_COMMAND_TOPIC = 'app_cli3_command/1.19'
1414

1515
export interface Schemas {
1616
[MONORAIL_COMMAND_TOPIC]: {

0 commit comments

Comments
 (0)