Skip to content

Commit

Permalink
Version Downgrade
Browse files Browse the repository at this point in the history
v2.11.0 will be introduced once v2.10.x is stable, hopefully v2.10.15 will be the last patch
  • Loading branch information
Konloch committed Jul 23, 2021
1 parent 2583c95 commit 4620507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>the.bytecode.club</groupId>
<artifactId>Bytecode-Viewer</artifactId>
<version>2.11.0</version>
<version>2.10.15</version>

<properties>
<java.version>1.8</java.version>
Expand Down
Expand Up @@ -66,7 +66,8 @@ 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.11.0",
//"2.10.15",
"2.10.14",
"2.10.13",
"2.10.12",
Expand Down

0 comments on commit 4620507

Please sign in to comment.