Skip to content

Commit

Permalink
[release 19.07.0-edge] Update timestamp and build numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Jul 9, 2019
1 parent 5fdf87c commit d68d7ab
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -59,7 +59,7 @@ allprojects {
apply plugin: 'java'
apply plugin: 'idea'

version = /19.06.0-edge/
version = /19.07.0-edge/
group = 'io.nextflow'

sourceCompatibility = 1.8
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '19.06'
version = '19.07'
# The full version, including alpha/beta/rc tags.
release = '19.06.0-edge'
release = '19.07.0-edge'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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:-'19.06.0-edge'}
NXF_VER=${NXF_VER:-'19.07.0-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 @@
fed433a0c68aebb691061ca8519f70cb
83668dcc30a52693bb27abd98bc8fd02
2 changes: 1 addition & 1 deletion nextflow.sha1
@@ -1 +1 @@
866c5c691aeab868750a162f451d66d406b738da
5427f150b5a990d4999f159f3b106ec6cb8c5e3e
2 changes: 1 addition & 1 deletion nextflow.sha256
@@ -1 +1 @@
025b9269f6fb83806a595966b6d8178197bed1eac8fa3a17323c197ec7229192
e103244184b50ef35ac2539f498868bf74b94dea9cc44aedb5b641cfd7c4a8f4

0 comments on commit d68d7ab

Please sign in to comment.