Skip to content

Commit

Permalink
version 0.2.13
Browse files Browse the repository at this point in the history
- update to patched docker compose
  • Loading branch information
harivyasi committed Sep 26, 2023
1 parent 68b815b commit 506b815
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ChemCLI tool supports the following versions of Chemotion ELN:

| ELN Version | `docker-compose.yml` file | Supported by chemCLI version |
| ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------- |
| [v1.7.x](https://github.com/ComPlat/chemotion_ELN/releases/tag/v1.7.3) | [eln-1.7.3](https://raw.githubusercontent.com/Chemotion/ChemCLI/446e23aac22b4477887d474e1c79c744f415e1f5/payload/docker-compose.yml) | [0.2.x](https://github.com/Chemotion/ChemCLI/releases/latest) |
| [v1.7.x](https://github.com/ComPlat/chemotion_ELN/releases/tag/v1.7.3) | [eln-1.7.3](https://raw.githubusercontent.com/Chemotion/ChemCLI/b8bb1280a6e042b96b8d3e71d030709b113686bc/payload/docker-compose.yml) | [0.2.x](https://github.com/Chemotion/ChemCLI/releases/latest) |
| [v1.6.x](https://github.com/ComPlat/chemotion_ELN/releases/tag/v1.6.2) | [eln-1.6.2](https://raw.githubusercontent.com/Chemotion/ChemCLI/e577832edaba14fa21ee9aa9288e4b00052729c8/payload/docker-compose.yml) | [0.2.x](https://github.com/Chemotion/ChemCLI/releases/latest) |
| [v1.5.x](https://github.com/ComPlat/chemotion_ELN/releases/tag/v1.5.4) | [eln-1.5.4](https://raw.githubusercontent.com/Chemotion/ChemCLI/548ead617a552307f30d5051e72c01d95e99b30f/payload/docker-compose.yml) | [0.2.x](https://github.com/Chemotion/ChemCLI/releases/latest) |

Expand Down
2 changes: 1 addition & 1 deletion cli/root-instance-new.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func getComposeAddressToUse(currentVersion, action string) (use string) {
versions := make(map[string]string)
latestForThisCLIRelease := "1.7.3"
orderVersions := []string{latestForThisCLIRelease, "1.7.2", "1.6.2", "1.5.4"} // descending order
versions[latestForThisCLIRelease] = "https://raw.githubusercontent.com/Chemotion/ChemCLI/446e23aac22b4477887d474e1c79c744f415e1f5/payload/docker-compose.yml"
versions[latestForThisCLIRelease] = "https://raw.githubusercontent.com/Chemotion/ChemCLI/b8bb1280a6e042b96b8d3e71d030709b113686bc/payload/docker-compose.yml"
versions["1.7.2"] = "https://raw.githubusercontent.com/Chemotion/ChemCLI/b07becc0f421a76aaee6f9e32ed6bf49f942258b/payload/docker-compose.yml"
versions["1.6.2"] = "https://raw.githubusercontent.com/Chemotion/ChemCLI/e577832edaba14fa21ee9aa9288e4b00052729c8/payload/docker-compose.yml"
versions["1.5.4"] = "https://raw.githubusercontent.com/Chemotion/ChemCLI/548ead617a552307f30d5051e72c01d95e99b30f/payload/docker-compose.yml"
Expand Down
2 changes: 1 addition & 1 deletion cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const (
// configuration and logging
var (
// version number, here to allow override
versionCLI = "0.2.12"
versionCLI = "0.2.13"
// current shell
shell string
// currently selected instance
Expand Down

0 comments on commit 506b815

Please sign in to comment.