Skip to content

Commit

Permalink
[release 22.09.6-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 Sep 26, 2022
1 parent 967d7c1 commit 021d898
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.09.5-edge
22.09.6-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.09'
# The full version, including alpha/beta/rc tags.
release = '22.09.5-edge'
release = '22.09.6-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/resources/META-INF/plugins-info.txt
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.09.5-edge"
static public final String APP_VER = "22.09.6-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5799
static public final int APP_BUILDNUM = 5802

/**
* 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.09.5-edge'}
NXF_VER=${NXF_VER:-'22.09.6-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 @@
3ba1581357bbc9874fceb1f7a995bc27
70fd600b06967e1b03c76ede2545eea9
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35aff3b925492727d8ce1b4f410fb30f3aaada17
1decc861772398b1bb2414ef0d594c6d266d856e
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
511fe4e911c96d6d379739f86bde066d02b18acfaa55edb3f7306d78a31fa1ba
ce1612e5ee1b7713c30c63d98dac44761b915587ff25f82d0c6228cdece11183

0 comments on commit 021d898

Please sign in to comment.