From 0346599b3e74624b78431cf17f85f848f218a665 Mon Sep 17 00:00:00 2001 From: Daniel Halling Date: Thu, 30 May 2024 12:03:30 +0200 Subject: [PATCH] Moving version to 11.01 --- airiana-core.py | 2 +- public/current_version | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/airiana-core.py b/airiana-core.py index 311ee2c..c295807 100755 --- a/airiana-core.py +++ b/airiana-core.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- ############################ -vers = "11.0" +vers = "11.01" import airdata # noqa import numpy # noqa import select # noqa diff --git a/public/current_version b/public/current_version index 2804d4e..50e32d8 100644 --- a/public/current_version +++ b/public/current_version @@ -1,2 +1 @@ -11.0 Valid - +11.01 Valid