Set version number for auto-common to 0.11.
diff --git a/common/pom.xml b/common/pom.xml
index 49295b5..e4a23e0 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>com.google.auto</groupId>
   <artifactId>auto-common</artifactId>
-  <version>HEAD-SNAPSHOT</version>
+  <version>0.11</version>
   <name>Auto Common Libraries</name>
   <description>
     Common utilities for creating annotation processors.