Skip to content

Commit

Permalink
[release 22.11.1-edge] Update timestamp and build number
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Nov 29, 2022
1 parent 82697e3 commit 4fc071f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0-edge
22.11.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.11'
# The full version, including alpha/beta/rc tags.
release = '22.11.0-edge'
release = '22.11.1-edge'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions modules/nextflow/src/main/resources/META-INF/plugins-info.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
nf-amazon@1.12.0
nf-wave@0.6.0
nf-wave@0.6.1
nf-console@1.0.4
nf-google@1.4.5
nf-azure@0.15.0
nf-tower@1.5.6
nf-tower@1.5.7
nf-ga4gh@1.0.4
nf-codecommit@0.1.2
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.11.0-edge"
static public final String APP_VER = "22.11.1-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5828
static public final int APP_BUILDNUM = 5834

/**
* 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.11.0-edge'}
NXF_VER=${NXF_VER:-'22.11.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 @@
d69198eb50a04e553fd791ea458ad565
12d271b8f6ff9c2c8a4a3ab5fcd3274c
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8989ebb129eae6b1f720825662604abd2c37be77
bf8b2bfca0d7c840f04e9da5daa9fbf68553601d
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1fe6410c5efedf8542e6912430eddc558e8b481d0d55b826745289276a1fbbcb
f033ad30285b67f2af4e1d07a1f0994b68fdae81047a9eb8e86deb6c3b08fb04

0 comments on commit 4fc071f

Please sign in to comment.