From 561f0ce99c71e21ab23d6c768058d1a5e8f6d306 Mon Sep 17 00:00:00 2001 From: Konloch Date: Wed, 21 Jul 2021 13:12:14 -0700 Subject: [PATCH] v2.11.0 --- .../the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java b/src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java index bb3bcb29..881b5d2d 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java @@ -64,6 +64,7 @@ public class UpdateCheck implements Runnable //a list of all of the released versions of BCV public static final String[] versions = new String[] { + "2.11.0", "2.10.14", "2.10.13", "2.10.12",