Class JemmVersion

java.lang.Object
com.lariflix.jemm.utils.JemmVersion

public class JemmVersion extends Object
Represents the version of Jemm (Jellyfin Easy Metadata Manager). This class is used to manage the version information of the application.
Since:
1.0
Author:
Cesar Bianchi
  • Constructor Details

    • JemmVersion

      public JemmVersion()
  • Method Details

    • getVersion

      public String getVersion()
      Retrieves the current version of Jemm. This method is used to get the version information of the application.
      Returns:
      The version of Jemm.
      Since:
      1.0