1) Do a "show run interface" on the CLI and locate which interface VLAN has the old outside ip address.
2) configure the following:
interface vlan x
ip address x.x.x.x y.y.y.y
x.x.x.x is new ip address and y.y.y.y is subnet mask
Be sure to not be connected via the outside interface when you make this change.