Skip to content

Commit

Permalink
dev: v45
Browse files Browse the repository at this point in the history
./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] #84766

Release note: None
  • Loading branch information
sjbarag committed Jul 22, 2022
1 parent d7cf6d2 commit ed0c24d
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 @@ -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
Expand Down

0 comments on commit ed0c24d

Please sign in to comment.