Skip to content

Commit

Permalink
Update monorail version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed Dec 17, 2024
1 parent 8cb74a3 commit 8ce54a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-kit/src/public/node/monorail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const url = 'https://monorail-edge.shopifysvc.com/v1/produce'
type Optional<T> = 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]: {
Expand Down

0 comments on commit 8ce54a2

Please sign in to comment.