Skip to content

Commit e3d6c39

Browse files
committed
[cli-221] doc version bump for next release
1 parent bda84d2 commit e3d6c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/cli/Option.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public Builder valueSeparator(final char valueSeparator) {
362362
/**
363363
* The Option will use ',' to invoke listValueSeparator()
364364
*
365-
* @since 1.10.0
365+
* @since 1.11.0
366366
* @return this builder.
367367
*/
368368
public Builder listValueSeparator() {
@@ -395,7 +395,7 @@ public Builder listValueSeparator() {
395395
*
396396
* </pre>
397397
*
398-
* @since 1.10.0
398+
* @since 1.11.0
399399
* @param listValueSeparator The char to be used to split the argument into mulitple values.
400400
* @return this builder.
401401
*/

0 commit comments

Comments
 (0)