We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8e423 commit a7271b6Copy full SHA for a7271b6
src/Cards/Adaptive/CustomAdaptiveCard.php
@@ -71,7 +71,7 @@ public function getMessage()
71
"content" => [
72
"\$schema" => "http://adaptivecards.io/schemas/adaptive-card.json",
73
"type" => "AdaptiveCard",
74
- "version" => $this->version,
+ "version" => (string) $this->version,
75
],
76
];
77
0 commit comments