Skip to content

Commit 3044929

Browse files
fix(ci): add checksum flag to rsync in sync workflow
Synced from glamsystems/glam ba48b187a92011e074766630a0e12a60987e77a5
1 parent f950fe6 commit 3044929

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glamsystems/glam-cli",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "CLI for interacting with the GLAM Protocol",
55
"main": "./main.js",
66
"bin": {
@@ -21,7 +21,7 @@
2121
"node": ">=20.20.0"
2222
},
2323
"dependencies": {
24-
"@glamsystems/glam-sdk": "1.0.7",
24+
"@glamsystems/glam-sdk": "1.0.8",
2525
"@switchboard-xyz/common": "^3.0.0",
2626
"commander": "^11.1.0",
2727
"decimal.js": "^10.6.0",

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ program
108108
initialize(config, skipSimulation);
109109
await idlCheck(context.glamClient);
110110
})
111-
.version("1.0.7");
111+
.version("1.0.8");
112112

113113
program
114114
.command("env")

0 commit comments

Comments
 (0)