diff --git a/fastify.js b/fastify.js index 14f787bfd8..86ef22a0a4 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '3.25.3' +const VERSION = '3.26.0' const Avvio = require('avvio') const http = require('http') diff --git a/package.json b/package.json index 3baa19bc18..99bfc19604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "3.25.3", + "version": "3.26.0", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",