GitHub Actions: upload build artifacts

This commit is contained in:
Karl Tauber
2020-11-21 15:08:07 +01:00
parent d16a3c117b
commit d95b1b0ec4
2 changed files with 19 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
val releaseVersion = "0.0.2"
val releaseVersion = "0.44"
val developmentVersion = "0.45-SNAPSHOT"
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion