Skip to content

Commit

Permalink
#1369: added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MattesMrzik committed Jan 3, 2024
1 parent 3e46301 commit a7a58f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/functions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ Determines whether a version is in a version range.
=== doGetLatestSoftwareVersion
Determines the latest available version of software and returns it. If a prefix is given, it will be taken into account.

=== doGetLatestStableSoftwareVersion
Determines the latest stable available version of software and returns it. If a prefix is given, it will be taken into account.

=== doGetNextVersion
A version number is passed to the function doGetNextVersion as an argument and the next version number is generated from this by incrementing the last digit by one and outputs it.

Expand Down

0 comments on commit a7a58f5

Please sign in to comment.