Skip to content

Commit

Permalink
Bumped v4.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Jun 15, 2022
1 parent e9b8129 commit bf12b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastify.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const VERSION = '4.0.2'
const VERSION = '4.0.3'

const Avvio = require('avvio')
const http = require('http')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify",
"version": "4.0.2",
"version": "4.0.3",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"type": "commonjs",
Expand Down

0 comments on commit bf12b12

Please sign in to comment.