diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1dba41e..487d1ca 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.0"
+ VERSION="9.0.1"
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 ad1a081..3b93e31 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PREFIX ?= /usr
-VERSION="9.0.0"
+VERSION="9.0.1"
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 f4073d7..b3324b8 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.0
+ 9.0.1
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 4dd60b2..58a5738 100755
--- a/tool/cpufreqctl
+++ b/tool/cpufreqctl
@@ -23,7 +23,7 @@
set -e
-VERSION="9.0.0"
+VERSION="9.0.1"
log ()
{