Skip to content

Commit 6be2190

Browse files
committed
Correct version
1 parent 2e949f5 commit 6be2190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func main() {
3838
app := cli.NewApp()
3939
app.Name = "pcd"
4040
app.Usage = "CLI podcast client"
41-
app.Version = "0.1.0"
41+
app.Version = "0.4.0"
4242

4343
app.Commands = []cli.Command{
4444
{

0 commit comments

Comments
 (0)