From 685a6f543d8d0d10bcce6265366608bdf5cfee1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:29:19 +0000 Subject: [PATCH] centrifugo: Update to version 4.0.4 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index ef5fe0ec97..bd6c35569b 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "4.0.3", + "version": "4.0.4", "description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS", "homepage": "https://centrifugal.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/centrifugal/centrifugo/releases/download/v4.0.3/centrifugo_4.0.3_windows_amd64.zip", - "hash": "cbbc3f2ee99e21144f45c9e9895c0cfe67d8c2ca8a07baa076158ef551b85d2a" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v4.0.4/centrifugo_4.0.4_windows_amd64.zip", + "hash": "08bae7ef25ad87e430280b24908f5108cb358c394865c9adab63abcf7bccd609" } }, "bin": "centrifugo.exe",