Skip to content

Commit 398f766

Browse files
committed
Update version number to 0.3.1
1 parent bbbf538 commit 398f766

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/groovy/nextflow/Const.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ class Const {
5757
/**
5858
* The application version
5959
*/
60-
static final String APP_VER = "0.3.0"
60+
static final String APP_VER = "0.3.1"
6161

6262
/**
6363
* The app build time as linux/unix timestamp
6464
*/
65-
static final long APP_TIMESTAMP = 1373730208593
65+
static final long APP_TIMESTAMP = 1374166866726
6666

6767
/**
6868
* The app build number
6969
*/
70-
static final int APP_BUILDNUM = 656
70+
static final int APP_BUILDNUM = 666
7171

7272
/**
7373
* The date time formatter string

0 commit comments

Comments
 (0)