Index: trunk/Nebulous-Server/Changes
===================================================================
--- trunk/Nebulous-Server/Changes	(revision 17830)
+++ trunk/Nebulous-Server/Changes	(revision 17831)
@@ -1,5 +1,5 @@
 Revision history for Nebulous
 
-0.12
+0.12 Wed May 28 11:03:06 HST 2008
     - remove the use of LAST_INSERT_ID() from the new_object_instance query
     - add neb-admin util
Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17830)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17831)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004-2008  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.75 2008-05-28 20:49:34 jhoblitt Exp $
+# $Id: Server.pm,v 1.76 2008-05-28 21:03:20 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -9,5 +9,5 @@
 no warnings qw( uninitialized );
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 use base qw( Class::Accessor::Fast );
