From c470d8597ab4a0ce80c770c5716dbe37d167f219 Mon Sep 17 00:00:00 2001 From: michal-leszczynski <2000michal@wp.pl> Date: Mon, 12 Aug 2024 15:06:49 +0300 Subject: [PATCH] Update ScyllaDB version to: 3.3.1 --- dist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Makefile b/dist/Makefile index d44afa9fa..ea09d7128 100644 --- a/dist/Makefile +++ b/dist/Makefile @@ -1,5 +1,5 @@ RELEASE := 0.$(shell date +%Y%m%d).$(shell git describe --always) -VERSION ?=3.3.0 +VERSION ?=3.3.1 PUBLISH := 0 ifdef $$VERSION