Skip to content

Commit

Permalink
Set v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Jul 7, 2018
1 parent fd8adf8 commit 4999808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgfutter.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func getDataType(c *cli.Context) string {
func main() {
app := cli.NewApp()
app.Name = "pgfutter"
app.Version = "1.1"
app.Version = "1.2"
app.Usage = "Import JSON and CSV into PostgreSQL the easy way"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 4999808

Please sign in to comment.