diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5d4fb15..adffb8d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
- name: Release GNOME Extensions ZIP
id: gnome-zip
run: |
- VERSION="9.0.3"
+ VERSION="9.0.4"
echo "::set-output name=version::$VERSION"
make package
cp target/cpupower-$VERSION.zip $GITHUB_WORKSPACE/cpupower-$VERSION.zip
diff --git a/Makefile b/Makefile
index 98d4ebc..36cc9ca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PREFIX ?= /usr
-VERSION="9.0.3"
+VERSION="9.0.4"
MSGFMT = /usr/bin/msgfmt
GLIB_COMPILE_SCHEMAS = /usr/bin/glib-compile-schemas
diff --git a/data/cpupower-preferences.glade b/data/cpupower-preferences.glade
index 737706f..414ce15 100644
--- a/data/cpupower-preferences.glade
+++ b/data/cpupower-preferences.glade
@@ -57,7 +57,7 @@ along with gnome-shell extension cpupower. If not, see
False
dialog
CPU Power Manager
- 9.0.3
+ 9.0.4
Gnome-Shell Extension for the intel-pstate driver.
https://github.com/martin31821/cpupower
Martin Koppehel (@martin31821)
diff --git a/tool/cpufreqctl b/tool/cpufreqctl
index 2d01b32..65173b0 100755
--- a/tool/cpufreqctl
+++ b/tool/cpufreqctl
@@ -23,7 +23,7 @@
set -e
-VERSION="9.0.3"
+VERSION="9.0.4"
log ()
{