A better way is to keep track of your rotation angle and then in the update method, use
Vector3 rotatedVector = Quaternion.AngleAxis(currentAngle, Vector3.up);