From 9d6cff0d40026a3d392b3362f51196b2eb620496 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 30 Nov 2015 16:30:50 +0900 Subject: [PATCH] Bump version to 3.0.3 --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 63f4678f..6affd7a8 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define REPMGR_VERSION "3.0.2" +#define REPMGR_VERSION "3.0.3" #endif