fix(release): bump patch version (no code changes)

This commit is contained in:
2026-02-27 10:19:13 +00:00
parent 3f63d19173
commit 6e0f1f9b17
2 changed files with 18 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
/**
* autocreated commitance info data
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartvpn',
version: '1.0.0',
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon',
};
version: '1.0.1',
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
}