Skip to content

Commit d49252c

Browse files
committed
Patch release 0.1.1
1 parent c4723bd commit d49252c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3939
chmod +x /usr/local/bin/cig
4040
```
4141

4242
### Windows
4343

4444
Download 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

4949
Once you have the binary, run it via your cmd prompt:
5050

cig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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{

0 commit comments

Comments
 (0)