From f586a20ab4f996b13bfa85c425924f3262b56957 Mon Sep 17 00:00:00 2001 From: Espen Hovlandsdal Date: Fri, 14 Aug 2015 11:12:27 +0200 Subject: [PATCH] Bump version to 1.2.5 --- docs/conf.py | 2 +- library/Imbo/Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7c229eaa2..6fa539692 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ # The short X.Y version. version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.2.4' +release = '1.2.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/library/Imbo/Version.php b/library/Imbo/Version.php index ce8a73ac8..825785821 100644 --- a/library/Imbo/Version.php +++ b/library/Imbo/Version.php @@ -22,5 +22,5 @@ class Version { * * @var string */ - const VERSION = '1.2.4'; + const VERSION = '1.2.5'; }