Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 2bc6c7c

Browse files
author
Stefan Nothaas
committed
Bugfix version number
1 parent 2d0d8ea commit 2bc6c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'de.hhu.bsinfo'
11-
version = '0.3.0' + (Boolean.valueOf(System.getProperty('release')) ? '' : '-SNAPSHOT')
11+
version = '0.4.0' + (Boolean.valueOf(System.getProperty('release')) ? '' : '-SNAPSHOT')
1212

1313
sourceCompatibility = 1.8
1414
targetCompatibility = 1.8

0 commit comments

Comments
 (0)