diff --git a/README b/README
index 274ea3dbe31fe4a591435970e0b0dc542873cb6b..5490ef8426c62529e6af81144e0701a409c8d4b7 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
  /____/ |__/|__/___/_/    /_/
  SPH With Inter-dependent Fine-grained Tasking
 
- Version : 0.8.2
+ Version : 0.8.3
  Website: www.swiftsim.com
  Twitter: @SwiftSimulation
 
diff --git a/README.md b/README.md
index 233a2112ae1575d90c6d9e5347f393407e02430f..b52f8595e2984f95f82f571db07a65631f7c3231 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Runtime parameters
  /____/ |__/|__/___/_/    /_/
  SPH With Inter-dependent Fine-grained Tasking
 
- Version : 0.8.2
+ Version : 0.8.3
  Website: www.swiftsim.com
  Twitter: @SwiftSimulation
 
diff --git a/configure.ac b/configure.ac
index 6222b213e31d7e44c463a15cf756af192b037966..c715fb34baeb469e87977da779d82f48f564999e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Init the project.
-AC_INIT([SWIFT],[0.8.2],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim])
+AC_INIT([SWIFT],[0.8.3],[https://gitlab.cosma.dur.ac.uk/swift/swiftsim])
 swift_config_flags="$*"
 
 #  We want to stop when given unrecognised options. No subdirs so this is safe.
diff --git a/doc/RTD/source/conf.py b/doc/RTD/source/conf.py
index 468e92d87b05e8d76890c904ec2c9a55b76a6038..8b9df41fc476cf719f2f50b79b26360c144d6f4e 100644
--- a/doc/RTD/source/conf.py
+++ b/doc/RTD/source/conf.py
@@ -25,7 +25,7 @@ author = 'SWIFT Team'
 # The short X.Y version
 version = '0.8'
 # The full version, including alpha/beta/rc tags
-release = '0.8.2'
+release = '0.8.3'
 
 
 # -- General configuration ---------------------------------------------------