Skip to content

Commit

Permalink
feat: CLIN-2719 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeyann17 committed Apr 10, 2024
1 parent 13de04e commit 3f3769e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/ca/ferlab/ferload/client/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import picocli.CommandLine.Command
import java.io.File

@Command(name = "ferload-client", mixinStandardHelpOptions = true,
version = Array("1.4.0"),
version = Array("1.4.1"),
description = Array("Official Ferload Client command line interface for files download."),
subcommands = Array(classOf[Configure], classOf[Download]))
class Main extends Runnable {
Expand Down

0 comments on commit 3f3769e

Please sign in to comment.