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 Feb 24, 2025
1 parent 043d211 commit 73513da
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/recipes/src/types/Src14OwnedProxy.ts
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.99.0
Fuels version: 0.99.1
*/

import { Contract as __Contract, type InvokeFunction } from '@fuel-ts/program';
Expand Down
2 changes: 1 addition & 1 deletion packages/recipes/src/types/Src14OwnedProxyFactory.ts
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.99.0
Fuels version: 0.99.1
*/

import {
Expand Down
2 changes: 1 addition & 1 deletion packages/recipes/src/types/common.ts
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.99.0
Fuels version: 0.99.1
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/recipes/src/types/index.ts
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.99.0
Fuels version: 0.99.1
*/

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.7',
FUEL_CORE: '0.40.4',
FUELS: '0.99.0',
FUELS: '0.99.1',
};
}

0 comments on commit 73513da

Please sign in to comment.