Skip to content

Commit

Permalink
Update versions for release (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm authored Mar 5, 2024
1 parent bc79f34 commit ce2f150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Solana.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SOLANA_VERSION=v1.17.5
ARG SOLANA_VERSION=v1.17.20
ARG RUST_VERSION=1.73
FROM rust:$RUST_VERSION-bullseye as builder
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion plerkle_messenger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "plerkle_messenger"
description = "Metaplex Messenger trait for Geyser plugin producer/consumer patterns."
version = "1.7.0"
version = "1.8.0"
authors = ["Metaplex Developers <dev@metaplex.com>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down

0 comments on commit ce2f150

Please sign in to comment.