Skip to content

Commit

Permalink
mac rejects text in version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jan 15, 2025
1 parent 14d03f1 commit 87a01cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/PackagePeergos.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Requires at least Java 14
*/
public class PackagePeergos {
public static final String VERSION = "0.23.0-snapshot";
public static final String VERSION = "0.23.0";

public static void main(String[] a) throws Exception {
String OS = canonicaliseOS(System.getProperty("os.name").toLowerCase());
Expand Down

0 comments on commit 87a01cd

Please sign in to comment.