From fe3e32142cb3cb35803adbecbd0a2073b4fabf35 Mon Sep 17 00:00:00 2001 From: jopohl Date: Wed, 15 Apr 2020 13:27:30 +0200 Subject: [PATCH] version2.8.6 --- src/urh/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urh/version.py b/src/urh/version.py index 0cb518ee..f5b75248 100644 --- a/src/urh/version.py +++ b/src/urh/version.py @@ -1,4 +1,4 @@ -VERSION = "2.8.5" +VERSION = "2.8.6" if __name__ == '__main__': # To read out version easy on command line for InnoSetup