Skip to content

Commit

Permalink
[release 21.12.1-edge] Update timestamp and build number [ci fast]
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Dec 22, 2021
1 parent 2f721f1 commit 775ec20
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.12.0-edge
21.12.1-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.11'
version = '21.12'
# The full version, including alpha/beta/rc tags.
release = '21.11.0-edge'
release = '21.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/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.11.0-edge"
static public final String APP_VER = "21.12.1-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5649
static public final int APP_BUILDNUM = 5653

/**
* The app build time string relative to UTC timezone
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.11.0-edge'}
NXF_VER=${NXF_VER:-'21.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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
57d1aebe2decd32ed66e68d9c14aaaff
0fb1e3d44ae08ca7a6bd5539667fc6d6
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4418e98788101c2eac0407d0f250da28dd9d4ca3
e2423e52b659b8f12f0556918905b61b1e6c750f
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d181800b3ae738ef5420fb6df2aaf42dbbcabb1ae7a5913b83ed22c875d9f3a3
3b0b928da383beb5726096a95962a049c87c1aa9fe3410b450de7dffddcc6e61

0 comments on commit 775ec20

Please sign in to comment.