We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5f8d0 commit ff8d2deCopy full SHA for ff8d2de
packager/PackagePeergos.java
@@ -11,7 +11,7 @@
11
* For building rpms on ubuntu install the rpm package
12
*/
13
public class PackagePeergos {
14
- public static final String VERSION = "1.14.0";
+ public static final String VERSION = "1.15.0";
15
16
public static void main(String[] a) throws Exception {
17
String OS = canonicaliseOS(System.getProperty("os.name").toLowerCase());
peergos
0 commit comments