2
0

Prepare for 2.7 release.

This commit is contained in:
Maarten Billemont
2018-07-10 00:39:52 -04:00
parent e5ff374a9c
commit 462dd4e89b
2 changed files with 17 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ allprojects {
apply plugin: 'findbugs'
group = 'com.lyndir.masterpassword'
version = 'GIT-SNAPSHOT'
version = '2.7'
tasks.withType( JavaCompile ) {
options.encoding = 'UTF-8'