Skip to content

Commit

Permalink
Prep for 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Feb 18, 2016
1 parent a912fb5 commit b67033f
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 @@ -274,5 +274,5 @@ s is released under the MIT license.
[ReportCard-Image]: http://goreportcard.com/badge/zquestz/s
[Build-Status-Url]: http://travis-ci.org/zquestz/s
[Build-Status-Image]: https://travis-ci.org/zquestz/s.svg?branch=master
[Release-Url]: https://github.com/zquestz/s/releases/tag/v0.4.1
[Release-image]: http://img.shields.io/badge/release-v0.4.1-1eb0fc.svg
[Release-Url]: https://github.com/zquestz/s/releases/tag/v0.4.2
[Release-image]: http://img.shields.io/badge/release-v0.4.2-1eb0fc.svg
2 changes: 1 addition & 1 deletion cmd/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
appName = "s"
version = "0.4.1"
version = "0.4.2"
defaultPort = 8080
defaultProvider = "google"
)
Expand Down

0 comments on commit b67033f

Please sign in to comment.