We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa556ef commit 3ac3200Copy full SHA for 3ac3200
src/Sound/Tidal/Version.hs
@@ -21,7 +21,7 @@ import Paths_tidal
21
-}
22
23
tidal_version :: String
24
-tidal_version = "1.9.3"
+tidal_version = "1.9.4"
25
26
tidal_status :: IO ()
27
tidal_status = tidal_status_string >>= putStrLn
tidal.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 2.0
2
3
name: tidal
4
-version: 1.9.3
+version: 1.9.4
5
synopsis: Pattern language for improvised music
6
description: Tidal is a domain specific language for live coding patterns.
7
homepage: http://tidalcycles.org/
0 commit comments