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