Skip to content

Commit 366551f

Browse files
committed
bump version
1 parent f06d97b commit 366551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/notifications/dispatch/webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (w *WebhookHandler) dispatch(msgPayload types.MessagePayload, titlePlaintex
6262
return func(ctx context.Context, msgID uuid.UUID) (retryable bool, err error) {
6363
// Prepare payload.
6464
payload := WebhookPayload{
65-
Version: "1.0",
65+
Version: "1.1",
6666
MsgID: msgID,
6767
Title: titlePlaintext,
6868
TitleMarkdown: titleMarkdown,

0 commit comments

Comments
 (0)