release 0.36

This commit is contained in:
Karl Tauber
2020-06-09 12:33:27 +02:00
parent 2443547b3b
commit e7cdc9cf8c
2 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,8 @@
* limitations under the License.
*/
val releaseVersion = "0.35"
val developmentVersion = "0.36-SNAPSHOT"
val releaseVersion = "0.36"
val developmentVersion = "0.37-SNAPSHOT"
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion