- Prepare Forge for Android release 1.6.37.001 [incremental].

This commit is contained in:
Michael Kamensky
2021-02-13 09:08:11 +03:00
parent 2f8433eb9e
commit 350ff98b3b
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ import java.util.Deque;
import java.util.List;
public class Forge implements ApplicationListener {
public static final String CURRENT_VERSION = "1.6.36.001";
public static final String CURRENT_VERSION = "1.6.37.001";
private static final ApplicationListener app = new Forge();
private static Clipboard clipboard;