Skip to content

Commit

Permalink
build: bump up version to 1.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nkns165 committed Nov 14, 2023
1 parent e84816d commit 0a50ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicpod-api-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func main() {
app := cli.NewApp()
app.Version = "1.1.0.1"
app.Version = "1.2.0.1"
app.Name = "magicpod-api-client"
app.Usage = "Simple and useful wrapper for MagicPod Web API"
app.Flags = []cli.Flag{
Expand Down

0 comments on commit 0a50ce1

Please sign in to comment.