From 994502b6ddf77a917f095df1a900d77c82f19b7d Mon Sep 17 00:00:00 2001 From: Axel Sommerfeldt <86113864+axelsommerfeldt@users.noreply.github.com> Date: Fri, 26 Aug 2022 05:40:50 +0200 Subject: [PATCH] Version number in file package.json updated to 2.0.7 (#7476) Co-authored-by: Axel Sommerfeldt Co-authored-by: Derek Bailey --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f43139d9..427410e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flatbuffers", - "version": "2.0.6", + "version": "2.0.7", "description": "Memory Efficient Serialization Library", "files": [ "js/**/*.js",