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 e2fc63d commit 2dd152fCopy full SHA for 2dd152f
main.go
@@ -11,7 +11,7 @@ import (
11
func main() {
12
app := cli.NewApp()
13
app.Name = "vab"
14
- app.Version = "1"
+ app.Version = "2"
15
app.Usage = "container assembly builder"
16
app.Description = `
17
_..-.._
0 commit comments