From 27b2e3dd682bef701931346081c7b0aea94b264f Mon Sep 17 00:00:00 2001 From: Florian Lemaitre Date: Sat, 1 Jun 2024 11:27:43 +0200 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f936c7d..064fcca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,7 +1050,7 @@ dependencies = [ [[package]] name = "tf-provider" -version = "0.1.0" +version = "0.2.0-beta-0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index add4b02..b9e08d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ include = ["**/*.rs", "Cargo.toml", "LICENSE", "proto/*.proto"] license = "Apache-2.0" name = "tf-provider" repository = "https://github.com/aneoconsulting/tf-provider" -version = "0.1.0" +version = "0.2.0-beta-0" [profile.release] strip = "debuginfo"