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

Commit ab17a26

Browse files
author
Stefan Nothaas
committed
Set dxmon version to 0.1
1 parent 839380e commit ab17a26

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.4.0' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
11+
version = '0.1.0' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
1212

1313
sourceCompatibility = 1.8
1414
targetCompatibility = 1.8

0 commit comments

Comments
 (0)