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

Commit

Permalink
change release version 0.2.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpille committed Jun 23, 2023
1 parent 87ed5d7 commit 3da9baa
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 = '-rc2'
extension = '-rc3'

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

0 comments on commit 3da9baa

Please sign in to comment.