diff --git a/debian/changelog b/debian/changelog
index e79c689c680c9eeed881a96f04be2e00df21cdff..403d60f32c8d452b9101db9ec3cb3b6f5fe81f28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-steam-runtime-tools (0.20210113.0) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20210114.0) scout; urgency=medium
 
   [ Ludovico de Nittis ]
   * pressure-vessel: Fix loading of ICDs and Vulkan layers that are
@@ -22,7 +22,7 @@ steam-runtime-tools (0.20210113.0) UNRELEASED; urgency=medium
     Future versions of SteamLinuxRuntime will use this to move the
     non-Steampipe-managed runtimes into a var/ subdirectory.
 
- -- Simon McVittie <smcv@collabora.com>  Wed, 13 Jan 2021 19:10:42 +0000
+ -- Simon McVittie <smcv@collabora.com>  Thu, 14 Jan 2021 14:29:37 +0000
 
 steam-runtime-tools (0.20210105.0) scout; urgency=medium
 
diff --git a/meson.build b/meson.build
index c76a0ff3d5954441b7224642af1a655fe9d3c544..123f2ad1722c5d7211946b8be060a26a2fb4ef7d 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c', 'cpp',
-  version : '0.20210105.0',
+  version : '0.20210114.0',
   default_options: [
     'c_std=c99',
     'cpp_std=c++11',
@@ -35,7 +35,7 @@ add_languages('cpp')
 
 api_major = '0'
 abi_major = '0'
-abi_minor = '20210105.0'
+abi_minor = '20210114.0'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')