Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Oct 24, 2013
1 parent c148644 commit 6187314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/groovy/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ class Const {
/**
* The app build time as linux/unix timestamp
*/
static final long APP_TIMESTAMP = 1382623799597
static final long APP_TIMESTAMP = 1382626491887

/**
* The app build number
*/
static final int APP_BUILDNUM = 1101
static final int APP_BUILDNUM = 1102

/**
* The date time formatter string
Expand Down

0 comments on commit 6187314

Please sign in to comment.