Skip to content

Commit

Permalink
[release 23.02.1-edge] Update timestamp and build number
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Feb 26, 2023
1 parent 1a423a8 commit 448ccc1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.02.0-edge
23.02.1-edge
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# The short X.Y version.
version = '23.02'
# The full version, including alpha/beta/rc tags.
release = '23.02.0-edge'
release = '23.02.1-edge'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
[email protected]
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-commons/src/main/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "23.02.0-edge"
static public final String APP_VER = "23.02.1-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5838
static public final int APP_BUILDNUM = 5845

/**
* The app build time string relative to UTC timezone
Expand Down
2 changes: 1 addition & 1 deletion nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'23.02.0-edge'}
NXF_VER=${NXF_VER:-'23.02.1-edge'}
NXF_ORG=${NXF_ORG:-'nextflow-io'}
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
NXF_PROT=${NXF_PROT:-'https'}
Expand Down
2 changes: 1 addition & 1 deletion nextflow.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
302eb429845bf929681448ac86bc768d
30c8316d0427d93e4db12145d0359006
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a63182b56bc9ba7a3d7054298c15968859d438ca
8d34292a48704995903ad3ac9aeb0a64ae066dc8
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8df2ea7c1139e4646b04b250e15b7a84559cb12ddfdf8f23e527dcc185a466f1
2cc06deeb15ae1b08eabc4cf6c956af843120925f77e6cfb2c571f7ed5c55545

0 comments on commit 448ccc1

Please sign in to comment.