From 1ea5f3e38d83f0b4a66ed077560f20ffa607fa98 Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Tue, 15 Dec 2020 13:44:47 +0100 Subject: [PATCH] Set version to 0.3.0-beta.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5969099..c8d32d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-aeon-server" -version = "0.3.0-SNAPSHOT" +version = "0.3.0-beta.1" authors = ["Samuel Pastva "] edition = "2018" default-run = "biodivine-aeon-server"