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