From e4de5973f6160938cb66be74e161b6e00f13675a Mon Sep 17 00:00:00 2001 From: Quantum Explorer Date: Sat, 6 Jan 2024 18:54:50 +0700 Subject: [PATCH] fix: bump version --- .gitignore | 3 +++ proto/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a1d3717..427f3b9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ Cargo.lock # These are log files emitted by model-based tests **/*.log +# These are intelj files +.idea + # Proptest regressions dumps **/*.proptest-regressions .vscode/launch.json diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 7a72108..15b0f16 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.14.0-dev.1" +version = "0.14.0-dev.3" name = "tenderdash-proto" edition = "2021" license = "Apache-2.0"