Skip to content

Commit 3251441

Browse files
committed
build: bump up version to 1.47.0.1
1 parent 1c06adc commit 3251441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magicpod-api-client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
func main() {
1414
app := cli.NewApp()
15-
app.Version = "1.47.0.1-beta"
15+
app.Version = "1.47.0.1"
1616
app.Name = "magicpod-api-client"
1717
app.Usage = "Simple and useful wrapper for MagicPod Web API"
1818
app.Flags = []cli.Flag{

0 commit comments

Comments
 (0)