From 1b7a5e1f7c9b14480b857ba20324536625b3587d Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Wed, 9 Oct 2019 15:19:57 +0200 Subject: [PATCH] releasing v1.0.0RC2 --- pwnagotchi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/__init__.py b/pwnagotchi/__init__.py index 4265d1c..a1b6a32 100644 --- a/pwnagotchi/__init__.py +++ b/pwnagotchi/__init__.py @@ -4,7 +4,7 @@ import logging import time import pwnagotchi.ui.view as view -version = '1.0.0RC1' +version = '1.0.0RC2' _name = None