From 6cd4c65c7a6e175b0890de5120cb425cf7318d43 Mon Sep 17 00:00:00 2001 From: Edwin Vautier Date: Sun, 18 Apr 2021 18:57:44 +0200 Subject: [PATCH] feat: pass to 0.0.8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b233d2a..d67a1f2 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. \ No newline at end of file +**go-cli** will eventually asks you to run the `go-update` command, that reads the models files, and parse their fields to the config.