File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ curl -L https://bit.ly/cig-install | sudo bash
3535##### Manual install
3636
3737``` bash
38- curl -L https://github.com/stevenjack/cig/releases/download/v0.1.0 /cig_` uname -s` _` uname -m` > /usr/local/bin/cig
38+ curl -L https://github.com/stevenjack/cig/releases/download/v0.1.1 /cig_` uname -s` _` uname -m` > /usr/local/bin/cig
3939chmod +x /usr/local/bin/cig
4040```
4141
4242### Windows
4343
4444Download the following binary:
4545
46- * [ 32bit] ( https://github.com/stevenjack/cig/releases/download/v0.1.0 /cig_windows_386.exe )
47- * [ 64bit] ( https://github.com/stevenjack/cig/releases/download/v0.1.0 /cig_windows_amd64.exe )
46+ * [ 32bit] ( https://github.com/stevenjack/cig/releases/download/v0.1.1 /cig_windows_386.exe )
47+ * [ 64bit] ( https://github.com/stevenjack/cig/releases/download/v0.1.1 /cig_windows_amd64.exe )
4848
4949Once you have the binary, run it via your cmd prompt:
5050
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ func main() {
1919 app := cli .NewApp ()
2020 app .Name = "cig"
2121 app .Usage = "cig (Can I go?) checks all your git repos to see if they're in the state you want them to be"
22- app .Version = "0.1.0 "
22+ app .Version = "0.1.1 "
2323
2424 app .Flags = []cli.Flag {
2525 cli.StringFlag {
You can’t perform that action at this time.
0 commit comments