diff --git a/NEWS b/NEWS
index f074b47fa..814836df6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-ver 0.23 (not yet released)
+ver 0.23 (2021/10/14)
 * protocol
   - new command "getvol"
   - show the audio format in "playlistinfo"
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 8bd8ed71d..282065123 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -2,8 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="org.musicpd"
           android:installLocation="auto"
-          android:versionCode="59"
-          android:versionName="0.22.11">
+          android:versionCode="60"
+          android:versionName="0.23">
 
   <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
 
diff --git a/meson.build b/meson.build
index b8f81ef28..a75ba617b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
   'mpd',
   ['c', 'cpp'],
-  version: '0.23~git',
+  version: '0.23',
   meson_version: '>= 0.56.0',
   default_options: [
     'c_std=c11',