You would have to manually create a new version by copying an existing one. However, the version you copy must be a committed version. Here's the lifecycle of an MDS version:
When you create a new MDS model a version (usually called VERSION_1) is created along with it.
VERSION_1 is what is called an Open version. Which is to say that the data within this version is open for editing.
To create a new version, you must Lock VERSION_1 (use the Manage -> Versions menu under the Version Management function on the home page). Locking a version makes it read-only to all users other than the administrators.
You must then Validate VERSION_1 (use the Validate Version menu item in Version Management). This will apply any business rules that exist on that model on the data in that version.
After the version has been successfully validated (that is, all the members in the version are Valid) you need to Commit VERSION_1 (again, use the Validate Version menu item in Version Management).
Now that VERSION_1 is committed you can Copy it to create a new Version. The new version will be Open by default.
Note that you can have any number of versions in a model and each of them can be Open, Locked or Committed. It is even possible to Uncommit committed versions and Open them again. This might be more information than you are looking for but I figured it was worth documenting the whole Version lifecycle to really clarify things.