Skip to content

Commit

Permalink
Merge branch 'main' into docs-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
swarna1101 authored Dec 4, 2024
2 parents 71e9419 + 524ac55 commit 0adedfe
Show file tree
Hide file tree
Showing 25 changed files with 1,991 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity 0.8.24;
import "./TrailblazersBadges.sol";

contract TrailblazersBadgesV3 is TrailblazersBadges {
function version() external pure returns (string memory) {
function version() external pure virtual returns (string memory) {
return "V3";
}

Expand Down
Loading

0 comments on commit 0adedfe

Please sign in to comment.