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 1c06adc commit 3251441Copy full SHA for 3251441
magicpod-api-client.go
@@ -12,7 +12,7 @@ import (
12
13
func main() {
14
app := cli.NewApp()
15
- app.Version = "1.47.0.1-beta"
+ app.Version = "1.47.0.1"
16
app.Name = "magicpod-api-client"
17
app.Usage = "Simple and useful wrapper for MagicPod Web API"
18
app.Flags = []cli.Flag{
0 commit comments