Skip to content

Commit

Permalink
dev: bump version
Browse files Browse the repository at this point in the history
Problems with `dev generate cgo` have been [noticed](cockroachdb#79455 (comment))
that are resolved if you re-build.

Release note: None
  • Loading branch information
rickystewart committed Apr 22, 2022
1 parent 6537583 commit 474e7d4
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=29
DEV_VERSION=30

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

0 comments on commit 474e7d4

Please sign in to comment.