diff --git a/internal/forc/VERSION b/internal/forc/VERSION index d4f16f06004..ad4ae4497ee 100644 --- a/internal/forc/VERSION +++ b/internal/forc/VERSION @@ -1 +1 @@ -0.64.0 +0.65.1 \ No newline at end of file diff --git a/templates/nextjs/fuel-toolchain.toml b/templates/nextjs/fuel-toolchain.toml index c54a3a26393..7d473c1eac9 100644 --- a/templates/nextjs/fuel-toolchain.toml +++ b/templates/nextjs/fuel-toolchain.toml @@ -1,6 +1,2 @@ [toolchain] -channel = "testnet" - -[components] -forc = "0.64.0" -fuel-core = "0.37.1" +channel = "testnet" \ No newline at end of file diff --git a/templates/vite/fuel-toolchain.toml b/templates/vite/fuel-toolchain.toml index c54a3a26393..7d473c1eac9 100644 --- a/templates/vite/fuel-toolchain.toml +++ b/templates/vite/fuel-toolchain.toml @@ -1,6 +1,2 @@ [toolchain] -channel = "testnet" - -[components] -forc = "0.64.0" -fuel-core = "0.37.1" +channel = "testnet" \ No newline at end of file