From 05a3792230141971e197de7403ea786b3eb6e4ae Mon Sep 17 00:00:00 2001 From: Shahrad Elahi Date: Sun, 21 Apr 2024 04:47:57 +0330 Subject: [PATCH] chore: Bump to v0.1.0-canary.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a75230..5f8b0bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-netkit", "description": "Awesome utilities for working with network on Linux", - "version": "0.1.0-canary.2", + "version": "0.1.0-canary.3", "scripts": { "dev": "tsup --watch", "build": "tsup",