MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / getVersion

Method getVersion

src/dorkbox/systemTray/SystemTray.java:146–149  ·  view source on GitHub ↗

Gets the version number.

()

Source from the content-addressed store, hash-verified

144 * Gets the version number.
145 */
146 public static
147 String getVersion() {
148 return "4.4";
149 }
150
151 static {
152 // Add this project to the updates system, which verifies this class + UUID + version information

Callers 5

SystemTrayClass · 0.95
getMethod · 0.95
installMethod · 0.95
installMethod · 0.95
isSupportedMethod · 0.80

Calls

no outgoing calls

Tested by 1

isSupportedMethod · 0.64