From b571f3acbe22e426744d1fa44893fe4e998114ac Mon Sep 17 00:00:00 2001 From: Anna Mikhlin Date: Wed, 23 Oct 2024 14:31:08 +0300 Subject: [PATCH] Update ScyllaDB version to: 3.5.0-dev --- dist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Makefile b/dist/Makefile index 675fc59fd..384532ec4 100644 --- a/dist/Makefile +++ b/dist/Makefile @@ -1,5 +1,5 @@ RELEASE := 0.$(shell date +%Y%m%d).$(shell git describe --always) -VERSION ?=3.4.0-dev +VERSION ?=3.5.0-dev PUBLISH := 0 ifdef $$VERSION