Skip to content

Commit

Permalink
ci(scripts): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent b9ff397 commit 826a250
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.96.1
Fuels version: 0.97.0
*/

import { Contract, Interface } from "../../../../..";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.96.1
Fuels version: 0.97.0
*/

import { Contract, ContractFactory, decompressBytecode } from "../../../../..";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.96.1
Fuels version: 0.97.0
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.96.1
Fuels version: 0.97.0
*/

export { Src14OwnedProxy } from './Src14OwnedProxy';
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/src/lib/getBuiltinVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export function getBuiltinVersions(): Versions {
return {
FORC: '0.66.4',
FUEL_CORE: '0.40.0',
FUELS: '0.96.1',
FUELS: '0.97.0',
};
}

0 comments on commit 826a250

Please sign in to comment.