Skip to content

Commit

Permalink
Upgrade to version v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eujoy committed Aug 29, 2020
1 parent 40faced commit 4acfb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# erbuilder

[![GoDoc](https://godoc.org/github.com/eujoy/erbuilder?status.png)](https://pkg.go.dev/github.com/eujoy/erbuilder)
![version](https://img.shields.io/badge/version-v0.6.0-brightgreen)
![version](https://img.shields.io/badge/version-v0.6.1-brightgreen)
![golang-version](https://img.shields.io/badge/Go-1.14-blue)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func New() Config {
},
Name: "ErBuilder",
Usage: "CLI tool to automatically generate a .er file including a list of model files",
Version: "v0.6.0",
Version: "v0.6.1",
},
Settings: settings{
AllowedColumnNameCaseValues: []string{"snake_case", "camelCase", "screaming_snake_case", "kebab_case"},
Expand Down

0 comments on commit 4acfb8f

Please sign in to comment.