Skip to content

Commit

Permalink
feat: pass to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Vautier authored Apr 18, 2021
1 parent 9d39e49 commit 6cd4c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Go](https://github.com/edwinvautier/go-cli/actions/workflows/go.yml/badge.svg)](https://github.com/edwinvautier/go-cli/actions/workflows/go.yml)
[![CodeQL](https://github.com/edwinvautier/go-cli/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/edwinvautier/go-cli/actions/workflows/codeql-analysis.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![version](https://img.shields.io/badge/version-0.0.7-red)
![version](https://img.shields.io/badge/version-0.0.8-red)
[![Go Reference](https://pkg.go.dev/badge/github.com/edwinvautier/go-cli.svg)](https://pkg.go.dev/github.com/edwinvautier/go-cli)
[![codecov](https://codecov.io/gh/edwinvautier/go-cli/branch/main/graph/badge.svg?token=1USTLF2NA0)](https://codecov.io/gh/edwinvautier/go-cli)

Expand Down Expand Up @@ -68,4 +68,4 @@ go-cli make model modelYouWant
go-cli make crud entityName
```

**go-cli** will eventually asks you to run the `go-update` command, that reads the models files, and parse their fields to the config.
**go-cli** will eventually asks you to run the `go-update` command, that reads the models files, and parse their fields to the config.

0 comments on commit 6cd4c65

Please sign in to comment.