Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Release version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpille committed Jul 7, 2023
1 parent df14b2b commit c392f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion farmerbot/system/version.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub const (
version_major = u8(0)
version_minor = u8(2)
version_patch = u8(0)
extension = '-rc9'
extension = ''

version = '${version_major}.${version_minor}.${version_patch}${extension}'
)

0 comments on commit c392f76

Please sign in to comment.