From ed0c24d0da6c193c6a680c8300e133d5d6c86a06 Mon Sep 17 00:00:00 2001 From: Sean Barag Date: Fri, 22 Jul 2022 22:56:15 +0000 Subject: [PATCH] dev: v45 ./dev's version wasn't properly incremented in PR 84766 [1] due to a last-minute rebase, in which someone else increased the version as well. Bump dev's version to force a rebuild. [1] https://github.com/cockroachdb/cockroach/pull/84766 Release note: None --- dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev b/dev index 3e9e7c4147b4..644c5490cc46 100755 --- a/dev +++ b/dev @@ -3,7 +3,7 @@ set -euo pipefail # Bump this counter to force rebuilding `dev` on all machines. -DEV_VERSION=44 +DEV_VERSION=45 THIS_DIR=$(cd "$(dirname "$0")" && pwd) BINARY_DIR=$THIS_DIR/bin/dev-versions