Skip to content

Commit

Permalink
[release 23.10.2] 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 May 28, 2024
1 parent 136c6b1 commit e50de27
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.10.1
23.10.2
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = '23.10'
# The full version, including alpha/beta/rc tags.
release = '23.10.1'
release = '23.10.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
18 changes: 9 additions & 9 deletions modules/nextflow/src/main/resources/META-INF/plugins-info.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
nf-amazon@2.1.4
nf-azure@1.3.3
nf-cloudcache@0.3.0
nf-codecommit@0.1.5
nf-console@1.0.6
nf-ga4gh@1.1.0
nf-google@1.8.3
nf-tower@1.6.3
nf-wave@1.0.1
nf-amazon@2.1.4-patch1
nf-azure@1.3.3-patch1
nf-cloudcache@0.3.0-patch1
nf-codecommit@0.1.5-patch1
nf-console@1.0.6-patch1
nf-ga4gh@1.1.0-patch1
nf-google@1.8.3-patch1
nf-tower@1.6.3-patch1
nf-wave@1.0.1-patch1
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 @@ -52,17 +52,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "23.10.1"
static public final String APP_VER = "23.10.2"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5892
static public final int APP_BUILDNUM = 5894

/**
* 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 @@ -15,7 +15,7 @@
# limitations under the License.

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'23.10.1'}
NXF_VER=${NXF_VER:-'23.10.2'}
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 @@
531ac079708d21119ef0a46ccc9b34c2
6799f58d14e12b874a1689700c6abba9
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eeb48a3a5bd4c04c40e0d8fcd082f26f9b6e321
ca3f3d2b76e28bf390a8501c45e937c614de4411
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9abc54f1ffb2b834a8135d44300404552d1e27719659cbb635199898677b660a
15dfe85d5cf559b069a942d59f69ccba3f6f19ef7e61b234ef75eeb16cd2cfce

0 comments on commit e50de27

Please sign in to comment.