arturobernalg commented on code in PR #968:
URL: https://github.com/apache/commons-lang/pull/968#discussion_r990824077


##########
src/main/java/org/apache/commons/lang3/time/CalendarUtils.java:
##########
@@ -77,6 +77,16 @@ public int getDayOfMonth() {
         return calendar.get(Calendar.DAY_OF_MONTH);
     }
 
+    /**
+     * Gets the current day of year.
+     *
+     * @return the current day of year.
+     * @since 3.12.1

Review Comment:
   done. Set to 3.13.0



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to