summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vmchooser/main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmchooser/main.cxx b/vmchooser/main.cxx
index b66cc19..70c2d9d 100644
--- a/vmchooser/main.cxx
+++ b/vmchooser/main.cxx
@@ -111,7 +111,7 @@ int main(int argc, char** argv) {
delete opt;
// just print out version information - helps testing
- cout << "virtual machine chooser 0.0.4"<< endl;
+ cout << "virtual machine chooser 0.0.5"<< endl;
if(version) {
exit(1);
}