Skip to content

Commit

Permalink
fix Version data class
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSafonov committed Mar 6, 2019
1 parent 18d3492 commit fa371f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ data class Version(
/**
* version description
*/
val description: String,
val description: String?,
/**
* version name
*/
Expand Down

0 comments on commit fa371f0

Please sign in to comment.