From 4727e72cfa1673e01644bb12b8143e3f2ed5edc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Sat, 19 Nov 2016 17:41:20 +0100 Subject: [PATCH] Switch to alpha to emphasize that some things can break --- obs-websocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-websocket.h b/obs-websocket.h index f771698a..4c6ae50a 100644 --- a/obs-websocket.h +++ b/obs-websocket.h @@ -19,6 +19,6 @@ with this program. If not, see #ifndef OBSWEBSOCKET_H #define OBSWEBSOCKET_H -#define OBS_WEBSOCKET_VERSION "0.2-beta" +#define OBS_WEBSOCKET_VERSION "0.2-alpha" #endif // OBSWEBSOCKET_H \ No newline at end of file