From 0655e9b3b5c8ab41dc3ab31eb2b9a7ddd8675b36 Mon Sep 17 00:00:00 2001 From: John Marzulli Date: Sat, 25 Feb 2023 19:11:46 -0800 Subject: [PATCH] Reflect that V2 has been released. --- configuration/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/configuration.py b/configuration/configuration.py index 73b30da..8b2a617 100755 --- a/configuration/configuration.py +++ b/configuration/configuration.py @@ -16,7 +16,7 @@ AHRS_TIMEOUT = 10.0 * (1.0 / float(TARGET_AHRS_FRAMERATE)) DEFAULT_VIEW_KEY = "default_view" -VERSION = "2.0 RC1" +VERSION = "2.0" ######################## # Default Config Files #