From e878ca0c7fa98c8b0ce4aa3934a82aad4b863c2d Mon Sep 17 00:00:00 2001 From: Dennis Sheirer Date: Fri, 10 Nov 2023 05:41:46 -0500 Subject: [PATCH] #1720 Updates version to 0.6.0 Beta 5 --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d6fb7266e..275cffef9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,8 +22,10 @@ # Beta: maj.min.patch-beta-build # Release: maj.min.patch # +# Example: 0.6.0-beta-5 +# # Note: this is so that the file names for the resultant release build products match the GitLab release asset # tag name, specifically the dashes inserted before and after the alpha/beta labels. # See: https://github.com/DSheirer/sdrtrunk/issues/1651 -projectVersion=0.6.0-beta-4 \ No newline at end of file +projectVersion=0.6.0-beta-5 \ No newline at end of file