Skip to content

Commit

Permalink
update: version 0.24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWysokinski committed Oct 29, 2024
1 parent 53b94a1 commit 4471709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NeuroAnalyzer"
uuid = "b40dcafa-b65c-47ad-a230-3174ba5cadd1"
authors = ["Adam Wysokiński <[email protected]>"]
version = "0.24.11-dev"
version = "0.24.11"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand Down
2 changes: 1 addition & 1 deletion src/NeuroAnalyzer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module NeuroAnalyzer

# set constants

const VER = v"0.24.11-dev"
const VER = v"0.24.11"
const allow_wip = occursin("dev", string(VER)) # false for the stable branch, true for the devel branch
const io = PipeBuffer() # required for interactive preview
const data_types = ["eeg",
Expand Down

0 comments on commit 4471709

Please sign in to comment.