Skip to content

Commit

Permalink
[release 22.07.1-edge] 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 Jul 13, 2022
1 parent af9670e commit 420482c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.07.0-edge
22.07.1-edge
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.07'
# The full version, including alpha/beta/rc tags.
release = '22.07.0-edge'
release = '22.07.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 = "22.07.0-edge"
static public final String APP_VER = "22.07.1-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5721
static public final int APP_BUILDNUM = 5725

/**
* 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.07.0-edge'}
NXF_VER=${NXF_VER:-'22.07.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 @@
dbc6fded01d0c008222398d960dfefc2
6830181a45139b9217594f71b84d6427
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2eccc3e594cb87b44b4ea5ace55181cbf80d5f91
6b0abe1b9f37d0516ff5008da708b3bce5e29eac
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5cc60ca3bdebe0fb7667df7211e8979fd338854602b3b6ebf5360edabc01053a
ee429448f4a4ffe7c88878d5499cd436d4ca918ed6b497dfd18b20f95dc0b5ce

0 comments on commit 420482c

Please sign in to comment.