diff --git a/fastify.js b/fastify.js index ee2be1b254..504443dd6b 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '4.26.2' +const VERSION = '4.27.0' const Avvio = require('avvio') const http = require('node:http') diff --git a/package.json b/package.json index f3d78c2369..0e7d50cd48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "4.26.2", + "version": "4.27.0", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",