Skip to content

Commit

Permalink
Bump version for first 2017 release (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnjanssen authored and Sille Kamoen committed Jan 8, 2017
1 parent 0823cfb commit c9f3f3a
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 @@ -19,7 +19,7 @@ apply plugin: 'org.springframework.boot'

jar {
baseName = 'lancie-api'
version = '2017.0.1'
version = '2017.1'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -86,4 +86,4 @@ task bootRunDev(type: BootRunTask) {
classpath = sourceSets.main.runtimeClasspath
systemProperty 'spring.profiles.active', 'dev'
}
}
}

0 comments on commit c9f3f3a

Please sign in to comment.