diff --git a/Dockerfile b/Dockerfile index eaea330..d80d939 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY ./ ./ -RUN go build -v -ldflags="-X 'main.version=v1.0.20'" helmet.go +RUN go build -v -ldflags="-X 'main.version=v1.0.21'" helmet.go FROM golang:1.16.6 diff --git a/README.md b/README.md index 0a50176..c14974d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

Helmet

A Lightweight Cloud Native API Gateway.

@@ -10,10 +10,10 @@ - + - + @@ -25,7 +25,7 @@


- +

Helmet is Cloud Native API Gateway that control who accesses your API whether from customer or other internal services. It also collect metrics about service calls count, latency, success rate and much more!