degate-cli 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/cli.js +1 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -1104,7 +1104,7 @@ const program = new Command();
1104
1104
  program
1105
1105
  .name('degate-cli')
1106
1106
  .description('DeGate Turbo Range CLI - 开仓/平仓工具')
1107
- .version('1.0.0');
1107
+ .version(require('./package.json').version);
1108
1108
 
1109
1109
  program
1110
1110
  .command('setup')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "degate-cli",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "DeGate Turbo Range CLI - deposit/withdraw LP positions across Solana & EVM chains",
5
5
  "main": "cli.js",
6
6
  "bin": {