diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c9b57ea..5d4fb15 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.2"
+ VERSION="9.0.3"
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 4b23b47..98d4ebc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PREFIX ?= /usr
-VERSION="9.0.2"
+VERSION="9.0.3"
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 ecee997..737706f 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.2
+ 9.0.3
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 1138ae7..2d01b32 100755
--- a/tool/cpufreqctl
+++ b/tool/cpufreqctl
@@ -23,7 +23,7 @@
set -e
-VERSION="9.0.2"
+VERSION="9.0.3"
log ()
{