diff options
-rw-r--r-- | vmchooser/main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmchooser/main.cxx b/vmchooser/main.cxx index b388eb2..a6c600b 100644 --- a/vmchooser/main.cxx +++ b/vmchooser/main.cxx @@ -78,7 +78,7 @@ int main(int argc, char** argv) { /* VERSION */ if(opt->getFlag('v') || opt->getFlag("version")) { // just print out version information - helps testing - cout << "virtual machine chooser 0.0.7"<< endl; + cout << "virtual machine chooser 0.0.8"<< endl; delete opt; return 0; |