Skip to content

Commit

Permalink
Revert commited Const.groovy file
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Talbot <[email protected]>
  • Loading branch information
adamrtalbot committed Jul 20, 2023
1 parent 778d0f0 commit 32abc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-commons/src/main/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ class Const {
/**
* The app build time as linux/unix timestamp
*/
static public final long APP_TIMESTAMP = 1689766233402
static public final long APP_TIMESTAMP = 1686776566745

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5867
static public final int APP_BUILDNUM = 5864

/**
* The app build time string relative to UTC timezone
Expand Down

0 comments on commit 32abc3c

Please sign in to comment.