From 271f468eddb17615400c33823ecffe16f8af91a9 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Wed, 21 Aug 2019 14:34:02 +0200 Subject: [PATCH] Bump version --- plantuml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index bea7c09..de8f728 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -92,7 +92,7 @@ (defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.") -(defconst plantuml-mode-version "20190821.1227" "The plantuml-mode version string.") +(defconst plantuml-mode-version "20190821.1234" "The plantuml-mode version string.") (defvar plantuml-mode-debug-enabled nil)