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{