Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Chain committed Oct 31, 2017
1 parent ecc41b3 commit 113f721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.4.0-dev
## v0.4.0
* Display CORS request by default (issue #42)
* Add short flags support (@dnguy078, issue #49)
* Display request headers in a sorted way on the client (@waleoyediran, issue #47)
Expand Down
2 changes: 1 addition & 1 deletion cmd/httplab/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
flag "github.com/spf13/pflag"
)

const VERSION = "v0.4.0-dev"
const VERSION = "v0.4.0"

func NewHandler(ui *ui.UI, g *gocui.Gui) http.Handler {
fn := func(w http.ResponseWriter, req *http.Request) {
Expand Down

0 comments on commit 113f721

Please sign in to comment.