Skip to content

Commit

Permalink
Set to version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Jan 8, 2017
1 parent 9e76ea7 commit 07b88b6
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 @@ -18,7 +18,7 @@ buildScan {
ext {
CI = System.getenv().containsKey('CI') || project.properties.containsKey('CI')
RELEASE = project.properties.containsKey('RELEASE')
baseVersion = '0.3'
baseVersion = '0.4'
buildTime = new Date()
}

Expand Down Expand Up @@ -103,7 +103,7 @@ bintray {

tasks.build.dependsOn sources

static def timestamp(Date date) {
static timestamp(Date date) {
def timestampFormat = new SimpleDateFormat('yyyyMMddHHmmss')
timestampFormat.timeZone = TimeZone.getTimeZone('UTC')
timestampFormat.format(date)
Expand Down

0 comments on commit 07b88b6

Please sign in to comment.