Changed file version to 1.0 from 1.0a.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@661 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-05-09 19:14:08 +00:00
parent 8a183a6efe
commit fd61c4b9e4

View File

@ -34,7 +34,7 @@ import com.metaweb.util.threads.ThreadPoolExecutorAdapter;
public class Gridworks {
static private final String VERSION = "1.0a";
static private final String VERSION = "1.0";
static private final String DEFAULT_HOST = "127.0.0.1";
static private final int DEFAULT_PORT = 3333;
static private final int MAX_UPLOAD_SIZE = 1024 * 1024 * 1024;