@@ -273,6 +273,9 @@ |
||
273 | 273 | return $release; |
274 | 274 | } |
275 | 275 | |
276 | + /** |
|
277 | + * @return string |
|
278 | + */ |
|
276 | 279 | public function getNextVersion($type) |
277 | 280 | { |
278 | 281 | if (! in_array($type, [static::VERSION_MAJOR, static::VERSION_MINOR, static::VERSION_PATCH])) |