From 5a6d48fb979a9eaa7dd7f1c9170490d8cdbdb1a7 Mon Sep 17 00:00:00 2001 From: Anton Larionov Date: Sat, 27 Feb 2016 20:01:43 +0400 Subject: [PATCH] Mark v0.1.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 668a040..318949c 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ targetCompatibility = 1.8 ext { applicationName = 'LunaticSMTP' - baseVersion = 'DEV' + baseVersion = '0.1.0' mainClass = 'com.gitlab.anlar.lunatic.Lunatic' author = 'Anton Larionov' @@ -74,7 +74,7 @@ tasks.withType(Jar) { task('release', type: Jar, description: 'Assembles a jar archive with application.') { baseName = applicationName - version = baseVersion + version = 'v' + baseVersion Properties props = new Properties() props.setProperty('version', baseVersion)