From 00a28ee84606754d186c39e9aa39d2ad2c277c91 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 6 Oct 2022 11:11:32 +0200 Subject: build: Update next version to 3.0 This change updates the build script in preparation for the OpenDC v3.0 release changing the version numbers to the appropriate values. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index bda23ae8..73f002b1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,5 +26,5 @@ plugins { } allprojects { - version = "2.1-rc1" + version = "3.0-rc1" } -- cgit v1.2.3