Returns the groovy version
()
| 123 | * Returns the groovy version |
| 124 | */ |
| 125 | public static String getVersion() { |
| 126 | return ReleaseInfo.getVersion(); |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * Returns the major and minor part of the groovy version excluding the point/patch part of the version. |
no test coverage detected