Skip to content

Commit

Permalink
[release 23.08.0-edge] Update timestamp and build number [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Aug 5, 2023
1 parent 24db165 commit ace32d0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.07.0-edge
23.08.0-edge
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '23.07'
version = '23.08'
# The full version, including alpha/beta/rc tags.
release = '23.07.0-edge'
release = '23.08.0-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.0
nf-azure@1.1.4
nf-amazon@2.1.1
nf-azure@1.2.0
nf-cloudcache@0.1.0
nf-codecommit@0.1.5
nf-console@1.0.6
nf-ga4gh@1.1.0
nf-google@1.8.1
nf-tower@1.5.15
nf-wave@0.11.0
nf-tower@1.6.0
nf-wave@0.11.1
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.07.0-edge"
static public final String APP_VER = "23.08.0-edge"

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

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

/**
* 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.07.0-edge'}
NXF_VER=${NXF_VER:-'23.08.0-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 @@
d7cff3459c0394236a4f1781843f4655
e84b9b8b1453bb81540b10e057e126ee
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a45925a853a3e516e5343b46ae291d66e93a047b
f70facf7083770f11d4d915c6f11502302a3aa4a
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
185b41f6b7cdf8061f1fb93621fd5a9e648d6eb152ce66044a9ff6c98506b608
1448ebceec2213751c8846f0edc06a6791f2ff0bc996a7553fa7f94bb57c2606

0 comments on commit ace32d0

Please sign in to comment.