Skip to content

Commit

Permalink
Version Bump v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Chain committed Apr 4, 2017
1 parent cd0b771 commit b2b784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/jroimartin/gocui"
)

const VERSION = "v0.1.0"
const VERSION = "v0.2.0"

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

0 comments on commit b2b784c

Please sign in to comment.