Which version of Pellet am I using?
If you are using an official release of Pellet, you can get version info by passing the -version option to the Pellet command line utility. For example, on a Unix-like system, from the distribution directory one would run
pellet --version
And expect to see something like
Version: 2.0 Released: November 16 2009
Alternately, the org.mindswap.pellet.utils.VersionInfo class can be used in a Java program to determine the Pellet version.
