Skip to content

Commit 9f1b689

Browse files
committed
[release 23.08.1-edge] Update timestamp and build number [ci fast]
1 parent 9a59589 commit 9f1b689

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

VERSION

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '23.08'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '23.08.0-edge'
63+
release = '23.08.1-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 @@
11
nf-amazon@2.1.1
2-
nf-azure@1.2.0
3-
nf-cloudcache@0.1.0
2+
nf-azure@1.3.0
3+
nf-cloudcache@0.2.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.6.0
9-
nf-wave@0.11.1
8+
nf-tower@1.6.1
9+
nf-wave@0.11.2

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.08.0-edge"
55+
static public final String APP_VER = "23.08.1-edge"
5656

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

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5872
65+
static public final int APP_BUILDNUM = 5874
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.08.0-edge'}
18+
NXF_VER=${NXF_VER:-'23.08.1-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-
e84b9b8b1453bb81540b10e057e126ee
1+
74e5cedd3fd06021c698fab73cf5f03e

nextflow.sha1

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

nextflow.sha256

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

0 commit comments

Comments
 (0)