Skip to content

Commit ace32d0

Browse files
committed
[release 23.08.0-edge] Update timestamp and build number [ci fast]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 24db165 commit ace32d0

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.07.0-edge
1+
23.08.0-edge

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '23.07'
61+
version = '23.08'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '23.07.0-edge'
63+
release = '23.08.0-edge'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@2.1.0
2-
nf-azure@1.1.4
1+
nf-amazon@2.1.1
2+
nf-azure@1.2.0
33
nf-cloudcache@0.1.0
44
nf-codecommit@0.1.5
55
nf-console@1.0.6
66
nf-ga4gh@1.1.0
77
nf-google@1.8.1
8-
nf-tower@1.5.15
9-
nf-wave@0.11.0
8+
nf-tower@1.6.0
9+
nf-wave@0.11.1

modules/nf-commons/src/main/nextflow/Const.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ class Const {
5252
/**
5353
* The application version
5454
*/
55-
static public final String APP_VER = "23.07.0-edge"
55+
static public final String APP_VER = "23.08.0-edge"
5656

5757
/**
5858
* The app build time as linux/unix timestamp
5959
*/
60-
static public final long APP_TIMESTAMP = 1690040653541
60+
static public final long APP_TIMESTAMP = 1691246068029
6161

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5870
65+
static public final int APP_BUILDNUM = 5872
6666

6767
/**
6868
* The app build time string relative to UTC timezone

nextflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
[[ "$NXF_DEBUG" == 'x' ]] && set -x
18-
NXF_VER=${NXF_VER:-'23.07.0-edge'}
18+
NXF_VER=${NXF_VER:-'23.08.0-edge'}
1919
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2020
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2121
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d7cff3459c0394236a4f1781843f4655
1+
e84b9b8b1453bb81540b10e057e126ee

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a45925a853a3e516e5343b46ae291d66e93a047b
1+
f70facf7083770f11d4d915c6f11502302a3aa4a

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
185b41f6b7cdf8061f1fb93621fd5a9e648d6eb152ce66044a9ff6c98506b608
1+
1448ebceec2213751c8846f0edc06a6791f2ff0bc996a7553fa7f94bb57c2606

0 commit comments

Comments
 (0)