diff --git a/debian/changelog b/debian/changelog
index 2e313891d60f1d69b3527e3aae868e61d2378bac..8216e4d1c39e0d964170226d465d59eaed9ab7c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+steam-runtime-tools (0.20210608.1) scout; urgency=medium
+
+  * Rebuild with adjusted CI settings
+
+ -- Simon McVittie <smcv@collabora.com>  Tue, 08 Jun 2021 16:26:59 +0100
+
 steam-runtime-tools (0.20210608.0) scout; urgency=medium
 
   [ Simon McVittie ]
diff --git a/meson.build b/meson.build
index b5224860d1b57d5b8d36638d3331448f4f259609..9c870247d60155adbf722a9faf6e47cfce76cebe 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c', 'cpp',
-  version : '0.20210608.0',
+  version : '0.20210608.1',
   default_options: [
     'c_std=c99',
     'cpp_std=c++11',
@@ -35,7 +35,7 @@ add_languages('cpp')
 
 api_major = '0'
 abi_major = '0'
-abi_minor = '20210608.0'
+abi_minor = '20210608.1'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')