Skip to content

Commit

Permalink
Rename testing to edge (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
2m authored Aug 8, 2023
1 parent 54cf708 commit bc5d649
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
export OM_VERSION

0 comments on commit bc5d649

Please sign in to comment.