* Updated Versioning

This commit is contained in:
2022-05-22 20:15:51 +03:00
parent 5414dab201
commit 23fa17b840
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ func ApplyHeaders(router *gin.Engine) {
router.Use(func(ctx *gin.Context) {
// Apply the header
ctx.Header("FreePad-Version", "1.1.0")
ctx.Header("FreePad-Version", "1.1.1")
// Move on
ctx.Next()