Skip to content

Commit b807f76

Browse files
committed
Upgraded version number
1 parent 2caba6b commit b807f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/groovy/nextflow/Const.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ class Const {
6262
/**
6363
* The app build time as linux/unix timestamp
6464
*/
65-
static final long APP_TIMESTAMP = 1375633500184
65+
static final long APP_TIMESTAMP = 1375963910441
6666

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

7272
/**
7373
* The date time formatter string

0 commit comments

Comments
 (0)