From a683b283b8b96b16db3b7cbcc534e0baeec411b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Tallet-Sabath=C3=A9?= Date: Sun, 29 Apr 2018 04:46:15 +0200 Subject: [PATCH] Update version number. --- source/pbr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pbr.rb b/source/pbr.rb index f8a34c4..6346173 100644 --- a/source/pbr.rb +++ b/source/pbr.rb @@ -26,7 +26,7 @@ # PBR plugin namespace. module PBR - VERSION = '1.2.3'.freeze + VERSION = '1.2.4'.freeze # Load translation if it's available for current locale. TRANSLATE = LanguageHandler.new('pbr.strings')