From 0604ddffe6d5eb298f27d2d829cc82cb83138d59 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 5 Nov 2019 19:27:33 -0500 Subject: [PATCH] Bump minor version --- brutaldon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/settings.py b/brutaldon/settings.py index 3c7841f..e54279d 100644 --- a/brutaldon/settings.py +++ b/brutaldon/settings.py @@ -203,4 +203,4 @@ ANONYMOUS_HOME_URL = "about" GAB_RICKROLL_URL = "https://invidio.us/watch?v=dQw4w9WgXcQ" # Version number displayed on about page -BRUTALDON_VERSION = "2.13.0" +BRUTALDON_VERSION = "2.14.0"