Skip to content

Commit 85de5a4

Browse files
committed
install dependencies + tools in makefile
1 parent 56594ad commit 85de5a4

2 files changed

Lines changed: 31 additions & 4 deletions

File tree

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Cobra is a CLI library for Go that empowers applications.
1717
This application is a tool to generate the needed files
1818
to quickly create a Cobra application.`,
1919
Run: func(cmd *cobra.Command, args []string) {
20-
fmt.Println("v0.1.0")
20+
fmt.Println("v0.1.1")
2121
},
2222
}

internal/templates/base/Makefile.tmpl

Lines changed: 30 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)