Skip to content

Commit 57bcd98

Browse files
committed
fix
1 parent 2011242 commit 57bcd98

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /app
77

88
COPY ./ ./
99

10-
RUN go build -v -ldflags="-X 'main.version=v1.0.21'" helmet.go
10+
RUN go build -v -ldflags="-X 'main.version=v1.0.22'" helmet.go
1111

1212
FROM golang:1.16.6
1313

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="/assets/logo.png?v=1.0.21" width="200" />
2+
<img src="/assets/logo.png?v=1.0.22" width="200" />
33
<h3 align="center">Helmet</h3>
44
<p align="center">A Lightweight Cloud Native API Gateway.</p>
55
<p align="center">
@@ -10,10 +10,10 @@
1010
<img src="https://github.com/spacewalkio/Helmet/workflows/Release/badge.svg">
1111
</a>
1212
<a href="https://github.com/spacewalkio/Helmet/releases">
13-
<img src="https://img.shields.io/badge/Version-1.0.21-9B59B6.svg">
13+
<img src="https://img.shields.io/badge/Version-1.0.22-9B59B6.svg">
1414
</a>
1515
<a href="https://goreportcard.com/report/github.com/spacewalkio/Helmet">
16-
<img src="https://goreportcard.com/badge/github.com/spacewalkio/Helmet?v=1.0.21">
16+
<img src="https://goreportcard.com/badge/github.com/spacewalkio/Helmet?v=1.0.22">
1717
</a>
1818
<a href="https://godoc.org/github.com/spacewalkio/helmet">
1919
<img src="https://godoc.org/github.com/spacewalkio/helmet?status.svg">
@@ -25,7 +25,7 @@
2525
</p>
2626
<br/>
2727
<p align="center">
28-
<img src="/assets/chart.png?v=1.0.21" width="80%" />
28+
<img src="/assets/chart.png?v=1.0.22" width="80%" />
2929
</p>
3030

3131
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!

0 commit comments

Comments
 (0)