Skip to content

Commit

Permalink
[release 21.02.0-edge] Update timestamp and build number
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Feb 1, 2021
1 parent f036e68 commit 8f274c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.02.0-SNAPSHOT
21.02.0-edge
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '21.01'
version = '21.02'
# The full version, including alpha/beta/rc tags.
release = '21.01.1-edge'
release = '21.02.0-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/nf-commons/src/main/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "21.01.1-edge"
static public final String APP_VER = "21.02.0-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5502
static public final int APP_BUILDNUM = 5515


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

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'21.01.1-edge'}
NXF_VER=${NXF_VER:-'21.02.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 8f274c9

Please sign in to comment.