We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbea3ff commit af8416aCopy full SHA for af8416a
3 files changed
Makefile
@@ -1,5 +1,5 @@
1
IMAGE = labstack/armor
2
-VERSION = 0.4.5
+VERSION = 0.4.6
3
4
publish:
5
git tag $(VERSION)
armor.go
@@ -90,7 +90,7 @@ type (
90
)
91
92
const (
93
- Version = "0.4.5"
+ Version = "0.4.6"
94
Website = "https://armor.labstack.com"
95
96
website/content/guide.md
@@ -38,7 +38,7 @@ Type `armor` in your terminal
38
___
39
/ _ | ______ _ ___ ____
40
/ __ |/ __/ ' \/ _ \/ __/
41
-/_/ |_/_/ /_/_/_/\___/_/ v0.4.5
+/_/ |_/_/ /_/_/_/\___/_/ v0.4.6
42
43
Uncomplicated, modern HTTP server
44
https://armor.labstack.com
0 commit comments