Skip to content

Commit

Permalink
fix(modes/system): allow version to be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Sep 5, 2024
1 parent 4485013 commit 2d5e748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/placeos/api/models/system.cr
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ module PlaceOS::Client::API::Models
getter support_url : String?

# Incrementing counter for handling stale updates.
getter version : Int32
property version : Int32
end
end

0 comments on commit 2d5e748

Please sign in to comment.