Skip to content

Commit 543bd95

Browse files
committed
Fix version number
1 parent 09e7980 commit 543bd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mauliasproxy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func serverVersion(w http.ResponseWriter, _ *http.Request) {
145145
_ = json.NewEncoder(w).Encode(map[string]any{
146146
"server": map[string]any{
147147
"name": "mauliasproxy",
148-
"version": "0.2.0",
148+
"version": "1.1.0",
149149
"🐈‍⬛": "https://github.com/tulir/mauliasproxy",
150150
},
151151
})

0 commit comments

Comments
 (0)