Skip to content

Commit

Permalink
Init fuel with 2.1.5 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh authored Aug 21, 2024
1 parent e8a3c54 commit 0870557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegenerator/cli/src/executor/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ pub async fn run_init_args(init_args: InitArgs, project_paths: &ProjectPaths) ->
}

let envio_version = match init_config.ecosystem {
Ecosystem::Fuel { .. } => "2.1.4-fuel".to_string(),
Ecosystem::Fuel { .. } => "2.1.5-fuel".to_string(),
Ecosystem::Evm { .. } => {
let crate_version = env!("CARGO_PKG_VERSION");
if is_valid_release_version_number(crate_version) {
Expand Down

0 comments on commit 0870557

Please sign in to comment.