Skip to content

Commit

Permalink
Set release date for 20.10 Groovy Gorilla
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Oct 4, 2020
1 parent 436c852 commit ea3ae0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import java.util.TimeZone

object Utils {
private val UBUNTU_RELEASE_DATE = GregorianCalendar(TimeZone.getTimeZone("GMT")).apply {
set(2020, Calendar.APRIL, 23, 0, 0, 0)
set(2020, Calendar.OCTOBER, 22, 0, 0, 0)
}
val ubuntuReleaseDate: GregorianCalendar
get() = UBUNTU_RELEASE_DATE.clone() as GregorianCalendar
Expand Down

0 comments on commit ea3ae0b

Please sign in to comment.