From b418211649b79a6fbd0e0bc73c66b0ae486d75ec Mon Sep 17 00:00:00 2001 From: Clivern Date: Tue, 3 Aug 2021 21:30:20 +0200 Subject: [PATCH] bump --- Dockerfile | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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!