Bump version
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
import org.redline_rpm.header.Flags
|
||||
|
||||
allprojects {
|
||||
version = '2.0.1'
|
||||
version = '2.1.0'
|
||||
group = 'ch.psi'
|
||||
ext.release = '1'
|
||||
ext.jar_suffix = 'fat'
|
||||
@@ -17,7 +17,7 @@ allprojects {
|
||||
ext.rpm_requires = []
|
||||
//Not forcing workbench to same version, as it can break other apps.
|
||||
//If specific minimal version is needed then must be specified in project.
|
||||
ext.workbench_version= '2.0.1'
|
||||
ext.workbench_version= '2.1.0'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
|
||||
Reference in New Issue
Block a user