From 361d573c881cf8b6b797019b32e221f8dc11a342 Mon Sep 17 00:00:00 2001 From: lukasmartinelli Date: Mon, 19 Sep 2016 17:20:47 +0200 Subject: [PATCH] Bump version to v1.1 --- README.md | 4 ++-- pgfutter.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50be5d0..c260ebc 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/v1.0/pgfutter_darwin_amd64 +wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v1.1/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/v1.0/pgfutter_linux_amd64 +wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v1.1/pgfutter_linux_amd64 chmod +x pgfutter ./pgfutter --help diff --git a/pgfutter.go b/pgfutter.go index a0a8776..6e9ccc4 100644 --- a/pgfutter.go +++ b/pgfutter.go @@ -43,7 +43,7 @@ func getDataType(c *cli.Context) string { func main() { app := cli.NewApp() app.Name = "pgfutter" - app.Version = "1.0" + app.Version = "1.1" app.Usage = "Import JSON and CSV into PostgreSQL the easy way" app.Flags = []cli.Flag{ cli.StringFlag{