Skip to content

Commit

Permalink
[release 24.10.4] Update timestamp and build number [e2e prod]
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 Jan 20, 2025
1 parent 7ed233e commit 56ad7db
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.10.3
24.10.4
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
NEXTFLOW CHANGE-LOG
===================
24.10.4 - 20 Jan 2025
- Fix CLI params normalization (#5661) [42a9d8a0]
- Fix azure repos when clone URL is used (#5667) [eb092c9f]
- Fix Prevent the use existing work dir (#5682) [7ed233ea]

24.10.3 - 16 Dec 2024
- Fix Google Batch hang when internal error during scheduling (#5567) [79374c58]
- Fixing getRepositoryUrl when project name is not provided (#5560) [9910cece]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build=5933
version=24.10.3
timestamp=1734363276289
commitId=79374c583
build=5934
version=24.10.4
timestamp=1737391646805
commitId=7ed233ea4
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:-'24.10.3'}
NXF_VER=${NXF_VER:-'24.10.4'}
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 @@
af65be88985fc36b708058dfd82bad6c
915f0e064e2d22f363d6b775ab7b5b2f
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bc356f7b0cb01f4c2f5f2a5863aa4c5d9411101f
2c5fdbd0ec05f84bc031dac765ac2472a50c741d
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
01110949bb3256bf6cbf1d4b3ea17369491b3f693b6d86a0c9ab8171b1619ba0
f69085f647f6c0a98c48ba5e905b10a55e04d32cfadfab2db18ae98601416c26

0 comments on commit 56ad7db

Please sign in to comment.