Skip to content

Commit f52fa8f

Browse files
fix: misc fixes [macata #101]
1 parent 28cc81c commit f52fa8f

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/dazednconfused/catalauncher/update

1 file changed

+1
-1
lines changed

src/main/java/com/dazednconfused/catalauncher/update/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public int hashCode() {
134134
* Returns the full version string.
135135
*
136136
* @return "v" followed by the semantic version if not a pre-release (ie: {@code v1.2.3}); or "prerelease-" followed
137-
* by the semantic version and pre-release tag if it is a pre-release (ie: {@code prerelease-1.2.3-YYYYmmDD_HHmmSS}).
137+
* by the semantic version and pre-release tag if it is a pre-release (ie: {@code prerelease-1.2.3-YYYYmmDD_HHmmSS}).
138138
*/
139139
@Override
140140
public String toString() {

0 commit comments

Comments
 (0)