From 119b730fcde0537668027e312218ed47e0476c2b Mon Sep 17 00:00:00 2001 From: Daniel Halling Date: Sun, 11 Dec 2022 09:59:38 +0100 Subject: [PATCH] Moving version to 11.0 --- airiana-core.py | 2 +- public/current_version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airiana-core.py b/airiana-core.py index 10ceddd..126ff80 100755 --- a/airiana-core.py +++ b/airiana-core.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- ###################IMPORTS -vers = "10.3" +vers = "11.0" import airdata import numpy import select diff --git a/public/current_version b/public/current_version index ed6fed6..2804d4e 100644 --- a/public/current_version +++ b/public/current_version @@ -1,2 +1,2 @@ -10.3 Valid +11.0 Valid