Index: trunk/Nebulous-Server/Changes
===================================================================
--- trunk/Nebulous-Server/Changes	(revision 17539)
+++ trunk/Nebulous-Server/Changes	(revision 17540)
@@ -1,5 +1,5 @@
 Revision history for Nebulous
 
-0.09
+0.09 Tue May  6 12:12:02 HST 2008
     - allow volume name arguments to be undef
 
Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17539)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17540)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004-2008  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.62 2008-05-06 22:10:58 jhoblitt Exp $
+# $Id: Server.pm,v 1.63 2008-05-06 22:12:35 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -9,5 +9,5 @@
 no warnings qw( uninitialized );
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use base qw( Class::Accessor::Fast );
