Skip to content

Commit

Permalink
[release 22.10.6] Update timestamp and build number [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jan 23, 2023
1 parent 59d2d6f commit 4f776ef
Show file tree
Hide file tree
Showing 8 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 @@
22.10.5
22.10.6
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '22.10'
# The full version, including alpha/beta/rc tags.
release = '22.10.5'
release = '22.10.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[email protected]
[email protected].2
[email protected].3
[email protected]
[email protected]
[email protected]
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 = "22.10.5"
static public final String APP_VER = "22.10.6"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5840
static public final int APP_BUILDNUM = 5843

/**
* 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:-'22.10.5'}
NXF_VER=${NXF_VER:-'22.10.6'}
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 @@
b54ad627dd55d0d9d015888892fccbec
9f6f952ba8eb7882e78fec254c024891
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2d10b9c57c4a9b2832ff33e0e6ced3bf1c858335
c131830cefc22e032275c1c9da5e95ca1b0eb7fa
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7cd6be8eb3a4c4bcdb72ac3886fb0a27b3c423ef69dfd499b3342f7a32639c92
fd59cb424d8b0004411813bc9fa5b86f6b4accf55fab3a9c0dab957432dccd4b

0 comments on commit 4f776ef

Please sign in to comment.