Skip to content

Commit 3ac3200

Browse files
committed
bump version
1 parent fa556ef commit 3ac3200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Sound/Tidal/Version.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Paths_tidal
2121
-}
2222

2323
tidal_version :: String
24-
tidal_version = "1.9.3"
24+
tidal_version = "1.9.4"
2525

2626
tidal_status :: IO ()
2727
tidal_status = tidal_status_string >>= putStrLn

tidal.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.0
22

33
name: tidal
4-
version: 1.9.3
4+
version: 1.9.4
55
synopsis: Pattern language for improvised music
66
description: Tidal is a domain specific language for live coding patterns.
77
homepage: http://tidalcycles.org/

0 commit comments

Comments
 (0)