From a6176dad058b1db9dab0ababa721e9a4c3afc952 Mon Sep 17 00:00:00 2001 From: Brandon Kite Date: Sat, 26 Mar 2022 09:43:30 -0700 Subject: [PATCH] bump version to 0.3.0 in order to release new movi opcode (#54) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 372eb3b85c..d22c8a543b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuel-asm" -version = "0.2.0" +version = "0.3.0" authors = ["Fuel Labs "] categories = ["cryptography::cryptocurrencies", "data-structures", "parsing"] edition = "2021"