From 04007eccf390fd0182feb24419ac4776a8c7e42d Mon Sep 17 00:00:00 2001 From: Denys Zadorozhnyi Date: Tue, 11 Apr 2023 12:05:01 +0300 Subject: [PATCH] bump app version; --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 82ebf44c..07e2efb1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oracle-core" -version = "2.0.0-beta8" +version = "2.0.0-beta9" authors = ["Robert Kornacki <11645932+robkorn@users.noreply.github.com>", "@greenhat", "@kettlebell", "@SethDusek"] edition = "2021"