Skip to content

Commit

Permalink
Bump version to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Sep 19, 2016
1 parent a0c2f9c commit 361d573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pgfutter.go
Expand Up @@ -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{
Expand Down

0 comments on commit 361d573

Please sign in to comment.