diff --git a/fence/blueprints/misc.py b/fence/blueprints/misc.py index ae8dfdd38..d9eb1e8ac 100644 --- a/fence/blueprints/misc.py +++ b/fence/blueprints/misc.py @@ -25,7 +25,7 @@ def version(): """ base = { - "MY_EXTERNAL_CONTRIBUTOR_TEST": "YOLO!", + "MY_EXTERNAL_CONTRIBUTOR_TEST": "YOLO2!", "version": VERSION, "commit": COMMIT, }