From 11f4415788b704311d5cf93df51861e0252b5897 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 29 Oct 2019 13:44:29 -0400 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 3d571e2..3c7841f 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.12.1" +BRUTALDON_VERSION = "2.13.0"