Skip to content

Commit

Permalink
fix: update replay details endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryashbhardwaj committed Sep 24, 2024
1 parent 3082a3b commit 3a4abe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NAME = "github.com/goto/optimus"
LAST_COMMIT := $(shell git rev-parse --short HEAD)
LAST_TAG := "$(shell git rev-list --tags --max-count=1)"
OPMS_VERSION := "$(shell git describe --tags ${LAST_TAG})-next"
PROTON_COMMIT := "3b60c6758d8aef1cbb392e330ad4a011b07b0f34"
PROTON_COMMIT := "ca87ce40849dfc2a7a73ba9d2e0e9084e33dadeb"


.PHONY: build test test-ci generate-proto unit-test-ci integration-test vet coverage clean install lint
Expand Down

0 comments on commit 3a4abe5

Please sign in to comment.