diff --git a/fastify.js b/fastify.js index c4b54e92ee4..d15988a923a 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const Avvio = require('avvio') const http = require('http') diff --git a/package.json b/package.json index e9b46a1578d..7724ee8ce88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "4.5.3", + "version": "4.6.0", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",