Skip to content

Commit

Permalink
chore: set release numbers for release 19
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Oct 21, 2024
1 parent 6197b2f commit 4bcb3fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
- AWS_ENDPOINT=${AWS_ENDPOINT:-}
- AWS_S3_BUCKET=${AWS_S3_BUCKET:-}
- AWS_S3_PREFIX=${AWS_S3_PREFIX:-}
- AR_IO_NODE_RELEASE=${AR_IO_NODE_RELEASE:-19-pre}
- AR_IO_NODE_RELEASE=${AR_IO_NODE_RELEASE:-19}
- CHUNK_POST_URLS=${CHUNK_POST_URLS:-}
- CHUNK_POST_RESPONSE_TIMEOUT_MS=${CHUNK_POST_RESPONSE_TIMEOUT_MS:-}
- CHUNK_POST_ABORT_TIMEOUT_MS=${CHUNK_POST_ABORT_TIMEOUT_MS:-}
Expand Down Expand Up @@ -135,7 +135,7 @@ services:
- REPORT_GENERATION_INTERVAL_MS=${REPORT_GENERATION_INTERVAL_MS:-}
- RUN_OBSERVER=${RUN_OBSERVER:-true}
- MIN_RELEASE_NUMBER=${MIN_RELEASE_NUMBER:-0}
- AR_IO_NODE_RELEASE=${AR_IO_NODE_RELEASE:-19-pre}
- AR_IO_NODE_RELEASE=${AR_IO_NODE_RELEASE:-19}
- AO_CU_URL=${AO_CU_URL:-}
- AO_MU_URL=${AO_MU_URL:-}
- AO_GATEWAY_URL=${AO_GATEWAY_URL:-}
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

export const release = '19-pre';
export const release = '19';

0 comments on commit 4bcb3fb

Please sign in to comment.