Skip to content

Commit

Permalink
dev: bump version
Browse files Browse the repository at this point in the history
This commit bumps version since there appears to have been a "merge
skew" between cockroachdb#85095 and cockroachdb#86167, and somehow I had a `dev` binary that
didn't include the benchmark fix from the latter.

Release justification: test-only change.

Release note: None
  • Loading branch information
yuzefovich committed Aug 26, 2022
1 parent 54bc65f commit 28db5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
set -euo pipefail

# Bump this counter to force rebuilding `dev` on all machines.
DEV_VERSION=53
DEV_VERSION=54

THIS_DIR=$(cd "$(dirname "$0")" && pwd)
BINARY_DIR=$THIS_DIR/bin/dev-versions
Expand Down

0 comments on commit 28db5f3

Please sign in to comment.