We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c807f1d commit 745cd50Copy full SHA for 745cd50
Dockerfile
@@ -2,7 +2,7 @@ FROM yyoshiki41/ubuntu-ffmpeg-v3.3
2
3
LABEL maintainer="[email protected]"
4
5
-ARG VERSION="v0.5.2"
+ARG VERSION="v0.6.0"
6
7
RUN apt update
8
RUN apt install -y tzdata unzip rtmpdump
radigo.go
@@ -41,7 +41,7 @@ func init() {
41
}
42
43
44
-const version = "v0.5.2"
+const version = "v0.6.0"
45
46
// Version returns the app version.
47
func Version() string {
0 commit comments