Skip to content

Commit

Permalink
Set version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jylee-bcm committed Dec 18, 2024
1 parent fe2ea65 commit ce6b975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def showVersion() {
return
}

println "1.0.0"
println "1.1.0"
exit 0
}

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ process {
errorStrategy = { task.exitStatus in [143,137,104,134,139,140] ? 'retry' : 'finish' }
maxRetries = 5

container = "chaozhongliu/aim-lite:latest"
container = "zhandongliulab/aim-lite:1.1"
cache = "lenient"
}

0 comments on commit ce6b975

Please sign in to comment.