Skip to content

Commit

Permalink
Fixed Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
41Baloo committed Jan 31, 2023
1 parent 1fcb542 commit 3ad8fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func Middleware(writer http.ResponseWriter, request *http.Request) {
firewall.Mutex.Unlock()
}

writer.Header().Set("baloo-Proxy", "1.3")
writer.Header().Set("baloo-Proxy", "1.2")

//Start the suspicious level where the stage currently is
susLv := domain.Stage
Expand Down

0 comments on commit 3ad8fa0

Please sign in to comment.