Skip to content

Commit 30befcc

Browse files
2 parents 435c25f + 841064c commit 30befcc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

cloudsync-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudsync-cli",
3-
"version": "1.0.5",
3+
"version": "2026.7.1",
44
"description": "An open-source, Git-like version control CLI for secure cloud-to-local synchronization via encrypted SSH tunnels",
55
"type": "module",
66
"main": "./bin/cloudsync.js",

cloudsync-cli/src/version.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
// Single source of truth for CloudSync-CLI version
2-
// Updated automatically by the release workflow
3-
export const VERSION = '1.0.5';
1+
export const VERSION = '2026.7.1';

0 commit comments

Comments
 (0)