From 95b871aadec5694f14490b94bf12d87db21935e5 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Thu, 17 Oct 2019 22:02:53 +0200 Subject: [PATCH] releasing v1.0.0RC5 --- pwnagotchi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/__init__.py b/pwnagotchi/__init__.py index af9d12dd..04352cf9 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.0RC4' +version = '1.0.0RC5' _name = None