Skip to content

Commit

Permalink
update to provenance v1.19.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Jul 13, 2024
1 parent 74a576e commit 3074eb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies/provenance
2 changes: 1 addition & 1 deletion packages/proto-build/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use proto_build::{
};

/// The provenance commit or tag to be cloned and used to build the proto files
const PROVENANCE_REV: &str = "v1.19.0-rc3";
const PROVENANCE_REV: &str = "v1.19.0-rc5";

// All paths must end with a / and either be absolute or include a ./ to reference the current
// working directory.
Expand Down
2 changes: 1 addition & 1 deletion packages/provwasm-std/src/types/PROVENANCE_COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.19.0-rc3
v1.19.0-rc5
2 changes: 1 addition & 1 deletion scripts/update-and-rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euxo pipefail

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
LATEST_PROVENANCE_VERSION="v1.19.0-rc3"
LATEST_PROVENANCE_VERSION="v1.19.0-rc5"
PROVENANCE_REV=${1:-$LATEST_PROVENANCE_VERSION}
COMMIT=${2:-"skip"}

Expand Down

0 comments on commit 3074eb9

Please sign in to comment.