Skip to content

Commit 9d9ddea

Browse files
committed
Update API version
1 parent 58d1a63 commit 9d9ddea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const (
4949
cptvGlob = "*.cptv"
5050
failedUploadsFolder = "failed-uploads"
5151
rebootDelay = time.Second * 5
52-
apiVersion = 7
52+
apiVersion = 8
5353
)
5454

5555
type ManagementAPI struct {

0 commit comments

Comments
 (0)