File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Build Status] [ build-img ]] [ build-url ]
6
6
[ ![ Go Report] [ goreport-img ]] [ goreport-url ]
7
7
8
- [ protocol-img ] : https://img.shields.io/badge/obs--websocket-v5.5.5 -blue?logo=obs-studio&style=flat-square
9
- [ protocol-url ] : https://github.com/obsproject/obs-websocket/blob/5.5.5 /docs/generated/protocol.md
8
+ [ protocol-img ] : https://img.shields.io/badge/obs--websocket-v5.5.6 -blue?logo=obs-studio&style=flat-square
9
+ [ protocol-url ] : https://github.com/obsproject/obs-websocket/blob/5.5.6 /docs/generated/protocol.md
10
10
[ doc-img ] : https://img.shields.io/badge/pkg.go.dev-reference-blue?logo=go&logoColor=white&style=flat-square
11
11
[ doc-url ] : https://pkg.go.dev/github.com/andreykaipov/goobs
12
12
[ build-img ] : https://img.shields.io/github/actions/workflow/status/andreykaipov/goobs/ci.yml?logo=github&style=flat-square&branch=main
@@ -68,7 +68,7 @@ The corresponding output:
68
68
❯ go run _examples/basic/main.go
69
69
OBS Studio version: 31.0.1
70
70
Server protocol version: 5.5.4
71
- Client protocol version: 5.5.5
72
- Client library version: 1.5.4
71
+ Client protocol version: 5.5.6
72
+ Client library version: 1.5.6
73
73
```
74
74
[ // ] : # ( snippet-2-end )
Original file line number Diff line number Diff line change 7
7
8
8
const lib = "github.com/andreykaipov/goobs"
9
9
10
- var ProtocolVersion = "5.5.5 "
10
+ var ProtocolVersion = "5.5.6 "
11
11
12
12
var LibraryVersion = func () string {
13
13
bi , ok := debug .ReadBuildInfo ()
You can’t perform that action at this time.
0 commit comments