From b189341a12f6b1a747277e82ce7d2ce096aeb061 Mon Sep 17 00:00:00 2001 From: Andrew Johnston Date: Wed, 6 Jan 2021 04:54:55 +0000 Subject: [PATCH] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 725780241..8215d3363 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=g++ -RELEASE=0.0.15 +RELEASE=0.0.16 INSTALL=/usr/local/bin LIBS=lib/loop.js lib/path.js lib/fs.js lib/process.js lib/build.js lib/repl.js lib/acorn.js lib/configure.js MODULES=modules/net/net.o modules/epoll/epoll.o modules/fs/fs.o modules/sys/sys.o modules/vm/vm.o