Skip to content

Commit 7ed623b

Browse files
ci(scripts): update versions
1 parent 30585c1 commit 7ed623b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/fuels/src/cli/commands/deploy/proxy/types/Src14OwnedProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.97.0
8+
Fuels version: 0.97.1
99
*/
1010

1111
import { Contract, Interface } from "../../../../..";

packages/fuels/src/cli/commands/deploy/proxy/types/Src14OwnedProxyFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.97.0
8+
Fuels version: 0.97.1
99
*/
1010

1111
import { Contract, ContractFactory, decompressBytecode } from "../../../../..";

packages/fuels/src/cli/commands/deploy/proxy/types/common.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.97.0
8+
Fuels version: 0.97.1
99
*/
1010

1111
/**

packages/fuels/src/cli/commands/deploy/proxy/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.97.0
8+
Fuels version: 0.97.1
99
*/
1010

1111
export { Src14OwnedProxy } from './Src14OwnedProxy';

packages/versions/src/lib/getBuiltinVersions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export function getBuiltinVersions(): Versions {
44
return {
55
FORC: '0.66.4',
66
FUEL_CORE: '0.40.0',
7-
FUELS: '0.97.0',
7+
FUELS: '0.97.1',
88
};
99
}

0 commit comments

Comments
 (0)