mirror of
https://github.com/JustKato/FreePad.git
synced 2026-02-23 15:50:46 +02:00
* Updated Versioning
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user