From bc5d649d3af526afcf20db9f8a14199855a756ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Tue, 8 Aug 2023 12:57:47 +0300 Subject: [PATCH] Rename testing to edge (#3) --- .../filesystem/root/boot/openmower/openmower_version.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenMowerOS/src/modules/openmower/filesystem/root/boot/openmower/openmower_version.txt b/OpenMowerOS/src/modules/openmower/filesystem/root/boot/openmower/openmower_version.txt index 64a6530..7459bd2 100644 --- a/OpenMowerOS/src/modules/openmower/filesystem/root/boot/openmower/openmower_version.txt +++ b/OpenMowerOS/src/modules/openmower/filesystem/root/boot/openmower/openmower_version.txt @@ -1,11 +1,11 @@ # select which version of the OpenMower software to run. # -# - beta: This one is the _most stable_ one of the three. I try to keep this as stable as possible. -# - alpha: For people who like to test stuff. This one will be updated fairly often as well and without notice. Only use it, if you want to be among the first people to get new features, but prepare to have issues. -# - testing: This one changes very often. Only use it if you want to take part in the development or are asked to use it by a developer. +# - beta: This one is the _most stable_ one of the three. I try to keep this as stable as possible. +# - alpha: For people who like to test stuff. This one will be updated fairly often as well and without notice. Only use it, if you want to be among the first people to get new features, but prepare to have issues. +# - edge: This one changes very often. Only use it if you want to take part in the development or are asked to use it by a developer. # # Check the https://github.com/ClemensElflein/open_mower_ros repo for the current state. OM_VERSION="beta" -export OM_VERSION \ No newline at end of file +export OM_VERSION