Skip to content

Commit

Permalink
v7
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbaraldi committed Feb 6, 2020
1 parent 4ca2915 commit 1d379d2
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 @@ -6,7 +6,7 @@ import (
"log"
)

const webContent = "gokube-go-api-v6"
const webContent = "gokube-go-api-v7"

func main() {
http.HandleFunc("/", helloHandler)
Expand Down

0 comments on commit 1d379d2

Please sign in to comment.