We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0a16c commit 17157e0Copy full SHA for 17157e0
server/package.yaml
@@ -1,6 +1,6 @@
1
name: icepeak
2
# Note: We follow the PVP here, required by Hackage
3
-version: '1.2.0.0'
+version: '1.3.0.0'
4
license: BSD3
5
homepage: https://github.com/channable/icepeak
6
bug-reports: https://github.com/channable/icepeak/issues
server/server.nix
@@ -43,7 +43,7 @@
43
44
mkDerivation {
45
pname = "icepeak";
46
- version = "1.2.0";
+ version = "1.3.0";
47
48
# Opt in to hpack. We don't commit the cabal file in our repo currently.
49
buildTools = [ hpack ];
0 commit comments