Skip to content

Commit 745cd50

Browse files
committed
chore(bump): v0.6.0
1 parent c807f1d commit 745cd50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM yyoshiki41/ubuntu-ffmpeg-v3.3
22

33
LABEL maintainer="[email protected]"
44

5-
ARG VERSION="v0.5.2"
5+
ARG VERSION="v0.6.0"
66

77
RUN apt update
88
RUN apt install -y tzdata unzip rtmpdump

radigo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func init() {
4141
}
4242
}
4343

44-
const version = "v0.5.2"
44+
const version = "v0.6.0"
4545

4646
// Version returns the app version.
4747
func Version() string {

0 commit comments

Comments
 (0)