Skip to content

Commit

Permalink
(version) 0.5.1 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zaquestion committed Nov 9, 2017
1 parent 6f95f11 commit cd18067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lab will look for hub and uses that as your git binary when available so you don
$ lab version
git version 2.11.0
hub version 2.3.0-pre9
lab version 0.5.0
lab version 0.5.1
```

# Inspiration
Expand All @@ -34,7 +34,7 @@ $ go get -u github.com/zaquestion/lab
$ lab version
git version 2.11.0
lab version 0.5.0
lab version 0.5.1
```

The first time you run lab it will prompt for your GitLab information. All configuration is managed through `git config` so don't worry if you mess it up. Keys can be set at the system, global, or local level.
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var versionCmd = &cobra.Command{
git.Stdout = nil
git.Stderr = nil
version, _ := git.Output()
fmt.Printf("%s%s\n", string(version), "lab version 0.5.0")
fmt.Printf("%s%s\n", string(version), "lab version 0.5.1")
},
}

Expand Down

0 comments on commit cd18067

Please sign in to comment.