Skip to content

Commit

Permalink
[release 23.08.1-edge] Update timestamp and build number [ci fast]
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Aug 17, 2023
1 parent 9a59589 commit 9f1b689
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.08.0-edge
23.08.1-edge
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '23.08'
# The full version, including alpha/beta/rc tags.
release = '23.08.0-edge'
release = '23.08.1-edge'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 4 additions & 4 deletions modules/nextflow/src/main/resources/META-INF/plugins-info.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
nf-amazon@2.1.1
nf-azure@1.2.0
nf-cloudcache@0.1.0
nf-azure@1.3.0
nf-cloudcache@0.2.0
nf-codecommit@0.1.5
nf-console@1.0.6
nf-ga4gh@1.1.0
nf-google@1.8.1
nf-tower@1.6.0
nf-wave@0.11.1
nf-tower@1.6.1
nf-wave@0.11.2
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 @@ -52,17 +52,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "23.08.0-edge"
static public final String APP_VER = "23.08.1-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5872
static public final int APP_BUILDNUM = 5874

/**
* 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 @@ -15,7 +15,7 @@
# limitations under the License.

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'23.08.0-edge'}
NXF_VER=${NXF_VER:-'23.08.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 @@
e84b9b8b1453bb81540b10e057e126ee
74e5cedd3fd06021c698fab73cf5f03e
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f70facf7083770f11d4d915c6f11502302a3aa4a
fbaa08de20ccc1743711f9d58fc2ada055d79f01
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1448ebceec2213751c8846f0edc06a6791f2ff0bc996a7553fa7f94bb57c2606
2b099e5febcc8236308be215936af5ac0af6d9c007e329247f25d4bd9a7cf444

0 comments on commit 9f1b689

Please sign in to comment.