Skip to content

Commit 2222cf8

Browse files
committed
bump version
1 parent d626076 commit 2222cf8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎futr.cabal‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: futr
3-
version: 0.4.2.1
3+
version: 0.5.0.0
44
license: GPL-3.0-only
55
license-file: LICENSE
66
copyright: 2025 Sascha-Oliver Prolić

‎src/Version.hs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Version where
44

55
-- | Version string extracted from cabal file
66
versionString :: String
7-
versionString = "0.4.2.1"
7+
versionString = "0.5.0.0"
88

99
-- | Runtime version in 'v0.4.0' format
1010
runtimeVersion :: String

0 commit comments

Comments
 (0)