Skip to content

Commit

Permalink
Mark v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anlar committed Feb 27, 2016
1 parent 4dd9da1 commit 5a6d48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 5a6d48f

Please sign in to comment.