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

Commit

Permalink
v0.2.0-rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpille committed Jun 30, 2023
1 parent 1e13a9a commit 11d91e4
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 = '-rc8'
extension = '-rc9'

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

0 comments on commit 11d91e4

Please sign in to comment.