Skip to content

Commit af8416a

Browse files
committed
Bumbed version
Signed-off-by: Vishal Rana <[email protected]>
1 parent fbea3ff commit af8416a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE = labstack/armor
2-
VERSION = 0.4.5
2+
VERSION = 0.4.6
33

44
publish:
55
git tag $(VERSION)

armor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ type (
9090
)
9191

9292
const (
93-
Version = "0.4.5"
93+
Version = "0.4.6"
9494
Website = "https://armor.labstack.com"
9595
)
9696

website/content/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Type `armor` in your terminal
3838
___
3939
/ _ | ______ _ ___ ____
4040
/ __ |/ __/ ' \/ _ \/ __/
41-
/_/ |_/_/ /_/_/_/\___/_/ v0.4.5
41+
/_/ |_/_/ /_/_/_/\___/_/ v0.4.6
4242
4343
Uncomplicated, modern HTTP server
4444
https://armor.labstack.com

0 commit comments

Comments
 (0)