Skip to content

Commit

Permalink
Re-created OSX installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Cozic committed Feb 19, 2014
1 parent ff21246 commit a127c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install/install.osx.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [ -f "massren.osx.tar.gz" ]; then mv -f "massren.osx.tar.gz" "massren.osx.tar.gz.old" ; fi
curl -L -O "https://github.com/laurent22/massren/releases/download/v1.0.1/massren.osx.tar.gz"
wget "https://github.com/laurent22/massren/releases/download/v1.1.0/massren.osx.tar.gz"
tar xvzf massren.osx.tar.gz
chmod 755 massren
mv massren /usr/bin
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package main

import "fmt"

const VERSION = "1.0.1"
const VERSION = "1.1.0"

func handleVersionCommand(opts *CommandLineOptions, args []string) error {
fmt.Println(VERSION)
return nil
}
}

0 comments on commit a127c9e

Please sign in to comment.