Skip to content

Commit 925fa0a

Browse files
committed
NTR: release v.0.6
1 parent a832167 commit 925fa0a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ The output should then look like this. Just continue answering the questions and
3232
```bash
3333
Dockware Creator
3434

35-
What do you want to do?
36-
(1) Play around with Shopware
37-
(2) Develop with Shopware
38-
(3) Contribute to Shopware
35+
? What do you want to do? [Use arrows to move, type to filter]
36+
> play - A Shopware shop without development tools
37+
dev - Suited for extension development
38+
contribute - Best for contributing changes to the Shopware core
3939

4040
...
4141
```

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ var cmdVersion = &cobra.Command{
1414
Short: "",
1515
Long: "",
1616
Run: func(cmd *cobra.Command, args []string) {
17-
fmt.Println("dockware-cli v0.5")
17+
fmt.Println("dockware-cli v0.6")
1818
},
1919
}

0 commit comments

Comments
 (0)