Skip to content

Commit

Permalink
chore: upgrading fuel-core to 0.39.0 (#3327)
Browse files Browse the repository at this point in the history
* Upgrading to `fuel-core` @ `0.39.0`

* Adding changeset
  • Loading branch information
arboleya authored Oct 14, 2024
1 parent b78d032 commit eb3b6c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changeset/light-bulldogs-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@internal/fuel-core": patch
"@fuel-ts/versions": patch
---

chore: upgrading `fuel-core` to `0.39.0`
4 changes: 0 additions & 4 deletions apps/create-fuels-counter-guide/fuel-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
[toolchain]
channel = "testnet"

[components]
forc = "0.63.5"
fuel-core = "0.35.0"
2 changes: 1 addition & 1 deletion internal/fuel-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.38.0
0.39.0
2 changes: 1 addition & 1 deletion packages/versions/src/lib/getBuiltinVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Versions } from './types';
export function getBuiltinVersions(): Versions {
return {
FORC: '0.65.2',
FUEL_CORE: '0.38.0',
FUEL_CORE: '0.39.0',
FUELS: '0.96.0',
};
}

0 comments on commit eb3b6c9

Please sign in to comment.