Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Dahl committed Mar 5, 2024
1 parent 3f854de commit 38e4b93
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
[[copt]]
arch = "aarch64"
os = "linux"
git-tree-sha1 = "edb023550279ee92c01addeda23d962b1706bcb8"
git-tree-sha1 = "07e61068d4ade45815fc15ee44d1d092389fd0c6"
lazy = true

[[copt.download]]
url = "https://pub.shanshu.ai/download/copt/7.0.5/aarch64/CardinalOptimizer-7.0.5-aarch64_lnx.tar.gz"
sha256 = "032ac22f8f82a0f5b82aa9eccf9ffb4311ce1738efd2dafbeb9a929117b6938d"
url = "https://pub.shanshu.ai/download/copt/7.1.1/aarch64/CardinalOptimizer-7.1.1-aarch64_lnx.tar.gz"
sha256 = "54199db6cda34eb2bc4de99e46d53bb5d24b9367243f69e4aab06c76ea8dd8e0"

[[copt]]
arch = "aarch64"
os = "macos"
git-tree-sha1 = "4ec586a52434435de1300323c2a535f685e16003"
git-tree-sha1 = "87629cd1938d34cf27936ed694f776e88c2785ab"
lazy = true

[[copt.download]]
url = "https://pub.shanshu.ai/download/copt/7.0.5/osx64/CardinalOptimizer-7.0.5-universal_mac.tar.gz"
sha256 = "48cd46296f529cecbcb61a4d1a17443bd72ba5847ee5d138727939af9a22d48b"
url = "https://pub.shanshu.ai/download/copt/7.1.1/osx64/CardinalOptimizer-7.1.1-universal_mac.tar.gz"
sha256 = "4bbb1f7ff2b75f11bde075eff3d46432c9d5c5430cf7441fca9fa2c7aaca24c2"

[[copt]]
arch = "x86_64"
os = "linux"
git-tree-sha1 = "71158e2eeab9fbb20ad5e2f635d75474b2fd5dd1"
git-tree-sha1 = "4f3639f1a69182c5d35a1771bb43691d780486c4"
lazy = true

[[copt.download]]
url = "https://pub.shanshu.ai/download/copt/7.0.5/linux64/CardinalOptimizer-7.0.5-lnx64.tar.gz"
sha256 = "6f3f84a0849662c41f3ae2648491cbfa7bd9a41ea111aeabef68352fbd95c170"
url = "https://pub.shanshu.ai/download/copt/7.1.1/linux64/CardinalOptimizer-7.1.1-lnx64.tar.gz"
sha256 = "4b6a84b419e9132af131c6d8e3698cd315030fa806e5094d089ed74015710b0b"

[[copt]]
arch = "x86_64"
os = "macos"
git-tree-sha1 = "4ec586a52434435de1300323c2a535f685e16003"
git-tree-sha1 = "87629cd1938d34cf27936ed694f776e88c2785ab"
lazy = true

[[copt.download]]
url = "https://pub.shanshu.ai/download/copt/7.0.5/osx64/CardinalOptimizer-7.0.5-universal_mac.tar.gz"
sha256 = "48cd46296f529cecbcb61a4d1a17443bd72ba5847ee5d138727939af9a22d48b"
url = "https://pub.shanshu.ai/download/copt/7.1.1/osx64/CardinalOptimizer-7.1.1-universal_mac.tar.gz"
sha256 = "4bbb1f7ff2b75f11bde075eff3d46432c9d5c5430cf7441fca9fa2c7aaca24c2"

[[copt]]
arch = "x86_64"
os = "windows"
git-tree-sha1 = "4ca9539ac6065afe5be0e27abfcdc7bb622a4711"
git-tree-sha1 = "401bed89ce9e9123cc8e8d5705700ebf17aad017"
lazy = true

[[copt.download]]
url = "https://pub.shanshu.ai/download/copt/7.0.5/win64/CardinalOptimizer-7.0.5-win64.tar.gz"
sha256 = "812356e6c7a4a6bee41f966f7a0f9424ae40869746d6a1fc75ff9f2fb5011f3a"
url = "https://pub.shanshu.ai/download/copt/7.1.1/win64/CardinalOptimizer-7.1.1-win64.tar.gz"
sha256 = "df228d3368ffbdcac5a7613393d3b9ff3f7bdf723966ce671c4911a3c9cdc756"

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "COPT"
uuid = "227a2e2d-e949-4d8e-a1da-7384fe6f0b9f"
repo = "https://github.com/COPT-Public/COPT.jl"
version = "1.1.14"
version = "1.1.15"

[deps]
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Expand Down

0 comments on commit 38e4b93

Please sign in to comment.