Skip to content

Commit

Permalink
[release 20.04.1-edge] Update timestamp and build numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Apr 19, 2020
1 parent 8da2ab0 commit fe5a32d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -53,7 +53,7 @@ allprojects {
apply plugin: 'java'
apply plugin: 'idea'

version = /20.04.0-edge/
version = /20.04.1-edge/
group = 'io.nextflow'

sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '20.04'
# The full version, including alpha/beta/rc tags.
release = '20.04.0-edge'
release = '20.04.1-edge'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions modules/nextflow/src/main/groovy/nextflow/Const.groovy
Expand Up @@ -52,17 +52,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "20.04.0-edge"
static public final String APP_VER = "20.04.1-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5330
static public final int APP_BUILDNUM = 5333


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

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'20.04.0-edge'}
NXF_VER=${NXF_VER:-'20.04.1-edge'}
NXF_ORG=${NXF_ORG:-'nextflow-io'}
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
NXF_PROT=${NXF_PROT:-'https'}
Expand Down
2 changes: 1 addition & 1 deletion nextflow.md5
@@ -1 +1 @@
8e2c25e02c194f9e1e5745f8f4f469fe
583cd121a4052298eac2d02551061dff
2 changes: 1 addition & 1 deletion nextflow.sha1
@@ -1 +1 @@
cf7cf580587b16889703cf03d6df8d23c6f7ad9
c5996ed1ea1da2ac33f69f67abf9771245390fc8
2 changes: 1 addition & 1 deletion nextflow.sha256
@@ -1 +1 @@
e74680b1316b3d3fca6b24fc6c271bc9abe0e4a56183c9c19ba7aa187d381c22
400bc644e5592d7c3efd1bf75eaeac2493d4d3a69a2b714586f1858db5988b21

0 comments on commit fe5a32d

Please sign in to comment.