Skip to content

Commit

Permalink
[release 19.11.0-edge] Update timestamp and build numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Dec 2, 2019
1 parent c58832e commit c4ef72f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ allprojects {
apply plugin: 'java'
apply plugin: 'idea'

version = /19.10.0-edge/
version = /19.11.0-edge/
group = 'io.nextflow'

sourceCompatibility = 1.8
Expand Down
6 changes: 3 additions & 3 deletions modules/nextflow/src/main/groovy/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "19.10.0"
static public final String APP_VER = "19.11.0-edge"

/**
* The app build time as linux/unix timestamp
*/
static public final long APP_TIMESTAMP = 1571669231471
static public final long APP_TIMESTAMP = 1575280579868

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5169
static public final int APP_BUILDNUM = 5172


/**
Expand Down
2 changes: 1 addition & 1 deletion nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'19.10.0'}
NXF_VER=${NXF_VER:-'19.11.0-edge'}
NXF_ORG=${NXF_ORG:-'nextflow-io'}
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
NXF_PROT=${NXF_PROT:-'https'}
Expand Down

0 comments on commit c4ef72f

Please sign in to comment.