From 87d1bee3c850a8af2b35dba83d6971af174a6bf6 Mon Sep 17 00:00:00 2001 From: Alexander Chepurnoy Date: Wed, 6 Dec 2023 22:58:35 +0300 Subject: [PATCH] 2.0.1 version set --- core/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index e838afab..8e60f6af 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "oracle-core" -version = "2.0.0" +version = "2.0.1" authors = [ "Robert Kornacki <11645932+robkorn@users.noreply.github.com>", "@greenhat", "@kettlebell", "@SethDusek", + "@kushti", ] edition = "2021"