Skip to content

Commit

Permalink
Bump version 20.12.1-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Mar 18, 2021
1 parent 8479b8f commit 5509e0d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
@@ -1,5 +1,8 @@
NEXTFLOW CHANGE-LOG
===================
20.12.1-edge - 18 Mar 2021
- Bump nxf-s3fs 1.0.9

20.12.0-edge - 12 Dec 2020
- Add support for charliecloud container engine #1809
- Fix glitch on K8s task progress update [668434f6]
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '20.12'
# The full version, including alpha/beta/rc tags.
release = '20.12.0-edge'
release = '20.12.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 @@ -53,17 +53,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "20.12.0-edge"
static public final String APP_VER = "20.12.1-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5460
static public final int APP_BUILDNUM = 5462


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

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'20.12.0-edge'}
NXF_VER=${NXF_VER:-'20.12.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 @@
23a03f6cda1fca9948c565dd230cbcee
0cdf6ca84969341679e8f55c09483480
2 changes: 1 addition & 1 deletion nextflow.sha1
@@ -1 +1 @@
189d2d7f741ba584359734b3550ff78d4cd818bf
2feee338efe2c5c4d1f3937a74479cc9a07d4567
2 changes: 1 addition & 1 deletion nextflow.sha256
@@ -1 +1 @@
4577ef01c936584014f8466e93ecbce0c50d63315279a28633028da3f1fcd66d
bdcfe6326e37bcdc42f3b3ad3125f610738fc64e87ca9df533bc861d3d43aacf

0 comments on commit 5509e0d

Please sign in to comment.