diff --git a/fastify.js b/fastify.js index d0030fbd75..8e8d7e7152 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '4.26.1' +const VERSION = '4.26.2' const Avvio = require('avvio') const http = require('node:http') diff --git a/package.json b/package.json index 2c2045f3a0..1983a46f25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "4.26.1", + "version": "4.26.2", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",