From 08a7f7d1041353f2790311805ad04e741633a434 Mon Sep 17 00:00:00 2001 From: lukasmartinelli Date: Mon, 4 Apr 2016 13:43:15 +0200 Subject: [PATCH] Release stable v1.0 --- README.md | 4 ++-- pgfutter.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index debf5ec..50be5d0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You can download a single binary for Linux, OSX or Windows. **OSX** ```bash -wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v0.4/pgfutter_darwin_amd64 +wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v1.0/pgfutter_darwin_amd64 chmod +x pgfutter ./pgfutter --help @@ -32,7 +32,7 @@ chmod +x pgfutter **Linux** ```bash -wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v0.4/pgfutter_linux_amd64 +wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v1.0/pgfutter_linux_amd64 chmod +x pgfutter ./pgfutter --help diff --git a/pgfutter.go b/pgfutter.go index 229332b..468abac 100644 --- a/pgfutter.go +++ b/pgfutter.go @@ -34,7 +34,7 @@ func parseTableName(c *cli.Context, filename string) string { func main() { app := cli.NewApp() app.Name = "pgfutter" - app.Version = "0.4" + app.Version = "1.0" app.Usage = "Import JSON and CSV into PostgreSQL the easy way" app.Flags = []cli.Flag{ cli.StringFlag{