Skip to content

Commit

Permalink
Update version number to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samhq committed Jan 6, 2019
1 parent cfe7608 commit 962f750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/ohal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
memprofile = "./ohas-mem-prof.prof"

appName = "ohal"
appVersion = "v0.4.1"
appVersion = "v0.4.3"
appCommit = "0000000"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/ohas/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

var (
appName = "ohas"
appVersion = "v0.4.1"
appVersion = "v0.4.3"
appCommit = "0000000"

serviceSrv *http.Server
Expand Down
2 changes: 1 addition & 1 deletion pkg/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func defaultHandler(w http.ResponseWriter, r *http.Request) {
}

func versionRequestHandler(w http.ResponseWriter, r *http.Request) {
result := &versionResponse{Version: "0.4.1"}
result := &versionResponse{Version: "0.4.3"}

respondSuccess(w, result)
}
Expand Down

0 comments on commit 962f750

Please sign in to comment.