Hi WordPress Community,
I'm trying to figure out how I can programmatically update the version of wordpress through a wordpress plugin. I've been searching around ( the wordpress source and the codex ) all day but I couldn't seem to find anything that would work. Because of the nature of the plugin, I want to find a function that does not echo out a bunch of html forms and such if it is possible. ( I can always filter it out later but less is more convenient ) Hopefully later I could also find something to update the plugins as well.
Thanks!