0

update version

This commit is contained in:
2016-03-26 19:50:08 +03:00
parent cdaa99d2d3
commit a9e3b68ca6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
group = 'kinosearch'
version = '2.0.7'
version = '2.0.7b'
apply plugin: 'war'
apply plugin: 'jetty'

View File

@@ -13,7 +13,7 @@ import java.util.Set;
import java.util.regex.Pattern;
public class Tools {
public static final String VERSION = "2.0.7";
public static final String VERSION = "2.0.7b";
private static Set<KinoWarez> kinoWarezSet;
public static Browser createBrowser() {