From f95cbe2705ce851b37b868ba3047f5789e7d433e Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Mon, 18 Jun 2018 09:30:11 -0400 Subject: [PATCH] Release 1.12.4 --- dotbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotbot/__init__.py b/dotbot/__init__.py index dbb3f38..d3fe395 100644 --- a/dotbot/__init__.py +++ b/dotbot/__init__.py @@ -1,4 +1,4 @@ from .cli import main from .plugin import Plugin -__version__ = '1.12.3' +__version__ = '1.12.4'