Skip to content

Commit 8f7a779

Browse files
committed
updating monorail topic version
1 parent 95fca96 commit 8f7a779

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.19'
13+
export const MONORAIL_COMMAND_TOPIC = 'app_cli3_command/1.20'
1414

1515
export interface Schemas {
1616
[MONORAIL_COMMAND_TOPIC]: {

0 commit comments

Comments
 (0)