bump to 1.9.0
This commit is contained in:
@ -15,7 +15,7 @@ contract Pausable is Migratable, Ownable {
|
||||
bool public paused = false;
|
||||
|
||||
|
||||
function initialize(address _sender) isInitializer("Pausable", "1.9.0-beta") public {
|
||||
function initialize(address _sender) isInitializer("Pausable", "1.9.0") public {
|
||||
Ownable.initialize(_sender);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user