diff --git a/fastify.js b/fastify.js index 3c84c0be6d..d128ef3964 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '4.25.1' +const VERSION = '4.25.2' const Avvio = require('avvio') const http = require('node:http') diff --git a/package.json b/package.json index c64d905fd1..91d4aa8f16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "4.25.1", + "version": "4.25.2", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",