From 4c37e7488270def052406eda8eb3022980ddbe35 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 23:07:04 +0000 Subject: [PATCH] Transpile 8d490080 --- contracts/utils/Base64Upgradeable.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/utils/Base64Upgradeable.sol b/contracts/utils/Base64Upgradeable.sol index 2a2ce7750..466af2429 100644 --- a/contracts/utils/Base64Upgradeable.sol +++ b/contracts/utils/Base64Upgradeable.sol @@ -5,6 +5,8 @@ pragma solidity ^0.8.0; /** * @dev Provides a set of functions to operate with Base64 strings. + * + * _Available since v4.5._ */ library Base64Upgradeable { /**