Skip to content

Commit 739700b

Browse files
committed
Bumped up version to 3.3.9 (related to #1244)
1 parent 7867fce commit 739700b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

echo.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const (
167167
const (
168168
charsetUTF8 = "charset=UTF-8"
169169
// PROPFIND Method can be used on collection and property resources.
170-
PROPFIND = "PROPFIND"
170+
PROPFIND = "PROPFIND"
171171
)
172172

173173
// Headers
@@ -221,7 +221,7 @@ const (
221221

222222
const (
223223
// Version of Echo
224-
Version = "3.3.dev"
224+
Version = "3.3.9"
225225
website = "https://echo.labstack.com"
226226
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
227227
banner = `

0 commit comments

Comments
 (0)