From 9f1cce1e4474b0ed671ca32861951f0fa39278d2 Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@arthur-schiwon.de>
Date: Fri, 13 Jan 2023 23:22:05 +0100
Subject: [PATCH] 25.0.3

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
---
 version.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/version.php b/version.php
index e6402bdf388..3605f4a0fba 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
 
-$OC_Version = [25, 0, 3, 1];
+$OC_Version = [25, 0, 3, 2];
 
 // The human readable string
-$OC_VersionString = '25.0.3 RC2';
+$OC_VersionString = '25.0.3';
 
 $OC_VersionCanBeUpgradedFrom = [
 	'nextcloud' => [
-- 
GitLab