Skip to content

Commit

Permalink
bump julia version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <[email protected]>
  • Loading branch information
Andrey1994 committed Jan 21, 2024
1 parent 371981e commit 1bc4a2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions julia_package/brainflow/Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[brainflow]
git-tree-sha1 = "2eb9256f59d1f18bd649b3b6d194806860763e27"
git-tree-sha1 = "83355f16e48638cb2c11a6f958eb2bbc160b8b45"
lazy = true

[[brainflow.download]]
sha256 = "481751a9b689022f4fcb7cbff7dbd5222e761ff0747af41e5839570fe6806f61"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.11.0/compiled_libs.tar"
sha256 = "2e9675254b75f36deb152f32f72f1264eaa58b896d0fe8125c88628cd2b35cc3"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.12.0/compiled_libs.tar"
2 changes: 1 addition & 1 deletion julia_package/brainflow/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BrainFlow"
uuid = "abd5acf9-0fc9-4730-984d-e27a37823580"
authors = ["Andrey1994 <[email protected]>"]
version = "5.11.0"
version = "5.12.0"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand Down
2 changes: 1 addition & 1 deletion julia_package/brainflow/src/brainflow_url.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO: automatically generate by brainflow CICD
function brainflow_url()
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.11.0/compiled_libs.tar"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.12.0/compiled_libs.tar"
return url
end

0 comments on commit 1bc4a2b

Please sign in to comment.