From c44a1544d383286a685aee9d729885c82e348a6b Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 30 Jan 2023 14:17:01 -0500 Subject: [PATCH] update ver --- VERSION | 2 +- docs/src/changelog/index.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 845175558..0d8f50e89 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ MAJOR=0 MINOR=1 PATCH=13 # ^ when you change this, reset DRAFT to 0 -DRAFT=0 +DRAFT=1 # ^ when you change this, add an `rcHead` line to docs/src/changelog/index.md STABLE=0.1.13 diff --git a/docs/src/changelog/index.md b/docs/src/changelog/index.md index 3cebb8ffc..cfa9c53bb 100644 --- a/docs/src/changelog/index.md +++ b/docs/src/changelog/index.md @@ -7,7 +7,9 @@ Versions and changes-within-versions are listed in reverse-chronological order: @{verRC("0.1.13")} -@{rcNext("0.1.13-rc.1")} +@{rcNext("0.1.13-rc.2")} + +@{rcHead("0.1.13-rc.1")} + 2023/01/18: Added `{!rsh} Bytes.concat` to ALGO connector.