diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2023 Simon Hengel <sol@typeful.net>
+Copyright (c) 2012-2024 Simon Hengel <sol@typeful.net>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/hspec-discover.cabal b/hspec-discover.cabal
--- a/hspec-discover.cabal
+++ b/hspec-discover.cabal
@@ -5,10 +5,10 @@
 -- see: https://github.com/sol/hpack
 
 name:             hspec-discover
-version:          2.11.7
+version:          2.11.8
 license:          MIT
 license-file:     LICENSE
-copyright:        (c) 2012-2023 Simon Hengel
+copyright:        (c) 2012-2024 Simon Hengel
 author:           Simon Hengel <sol@typeful.net>
 maintainer:       Simon Hengel <sol@typeful.net>
 build-type:       Simple
@@ -77,7 +77,7 @@
     , directory
     , filepath
     , hspec-discover
-    , hspec-meta ==2.11.7
+    , hspec-meta ==2.11.8
     , mockery >=0.3.5
   build-tool-depends:
       hspec-meta:hspec-meta-discover
diff --git a/version.yaml b/version.yaml
--- a/version.yaml
+++ b/version.yaml
@@ -1,4 +1,4 @@
-version: &version 2.11.7
+version: &version 2.11.8
 synopsis: A Testing Framework for Haskell
 author: Simon Hengel <sol@typeful.net>
 maintainer: Simon Hengel <sol@typeful.net>
