Skip to content

Commit ca515fa

Browse files
authored
Bump version (#57)
1 parent 3f88ede commit ca515fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

haskellings.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}:
55
mkDerivation {
66
pname = "haskellings";
7-
version = "0.8.0.0";
7+
version = "0.9.0.0";
88
src = ./.;
99
isLibrary = true;
1010
isExecutable = true;

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: haskellings
2-
version: 0.8.0.0
2+
version: 0.9.0.0
33
github: "MondayMorningHaskell/haskellings"
44
license: BSD3
55
author: "James Bowen"

src/Haskellings/Constants.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ghcVersionNumber = "8.10.4"
4545

4646
-- | The current Haskellings program version.
4747
haskellingsVersion :: String
48-
haskellingsVersion = "0.8.0.0"
48+
haskellingsVersion = "0.9.0.0"
4949

5050
-- | The project root directory name. We need to find the project root
5151
-- in order to locate the exercises.

0 commit comments

Comments
 (0)