Skip to content

Commit 12b4178

Browse files
committed
Release 0.6.0
1 parent 712c003 commit 12b4178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/julia/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RedPitayaDAQServer"
22
uuid = "c544963a-496b-56d4-a5fe-f99a3f174c8f"
33
authors = ["Tobias Knopp <tobias@knoppweb.de>"]
4-
version = "0.5.2"
4+
version = "0.6.0"
55

66
[deps]
77
#Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"

src/client/julia/src/Cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export RedPitayaCluster, master, numChan, ClusterTriggerSetup
1+
export RedPitayaCluster, master, numChan, ClusterTriggerSetup, ALL_INTERNAL, ALL_EXTERNAL, MASTER_EXTERNAL
22

33
import Base: length, iterate, getindex, firstindex, lastindex
44

0 commit comments

Comments
 (0)