Skip to content

Commit

Permalink
[release 0.17.0] Update version number and timestamp [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Jan 7, 2016
1 parent c9fc7c4 commit 074d2f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.16'
version = '0.17'
# The full version, including alpha/beta/rc tags.
release = '0.16.5'
release = '0.17.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if [ "$0" = "bash" ] || [ "$0" = "/bin/bash" ]; then
fi

NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
NXF_VER=${NXF_VER:-'0.16.5'}
NXF_VER=${NXF_VER:-'0.17.0'}
NXF_ORG=${NXF_ORG:-'nextflow-io'}
NXF_ASSETS=${NXF_ASSETS:-$NXF_HOME/assets}
NXF_CLI="$0 $@"
Expand Down
6 changes: 3 additions & 3 deletions src/main/groovy/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "0.16.5"
static public final String APP_VER = "0.17.0"

/**
* The app build time as linux/unix timestamp
*/
static public final long APP_TIMESTAMP = 1450429232560
static public final long APP_TIMESTAMP = 1452171362419

/**
* The app build number
*/
static public final int APP_BUILDNUM = 3421
static public final int APP_BUILDNUM = 3440

/**
* The date time formatter string
Expand Down

0 comments on commit 074d2f5

Please sign in to comment.