chore: bump to 4.8.0

This commit is contained in:
Stéphane Lepin 2020-03-17 23:37:49 +01:00
parent c9fa82f073
commit dc04cb54ab

View File

@ -56,6 +56,6 @@ ConfigPtr GetConfig();
WSServerPtr GetServer();
WSEventsPtr GetEventsSystem();
#define OBS_WEBSOCKET_VERSION "4.7.0"
#define OBS_WEBSOCKET_VERSION "4.8.0"
#define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)