예제 #1
0
 /**
  * Returns the version name of the current Peristit instance.
  *
  * @return the version name
  */
 @Override
 public String getVersion() {
   return Persistit.version();
 }