Bump version to 0.17.1

This commit is contained in:
Tony Zorman 2022-09-03 14:48:55 +02:00
parent f5de0fc764
commit afd6824ce0
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change Log / Release Notes
## unknown
## 0.17.1 (September 3, 2021)
### Breaking Changes

View File

@ -1,5 +1,5 @@
name: xmonad-contrib
version: 0.17.0.9
version: 0.17.1
-- ^ also update cpp-options: -DXMONAD_CONTRIB_VERSION_*
homepage: https://xmonad.org/
@ -72,7 +72,7 @@ library
cpp-options: -DXMONAD_CONTRIB_VERSION_MAJOR=0
-DXMONAD_CONTRIB_VERSION_MINOR=17
-DXMONAD_CONTRIB_VERSION_PATCH=0
-DXMONAD_CONTRIB_VERSION_PATCH=1
ghc-options: -Wall -Wno-unused-do-bind
if flag(pedantic)