Skip to content

Commit ff8d2de

Browse files
committed
prepare for v1.15.0
1 parent ff5f8d0 commit ff8d2de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packager/PackagePeergos.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* For building rpms on ubuntu install the rpm package
1212
*/
1313
public class PackagePeergos {
14-
public static final String VERSION = "1.14.0";
14+
public static final String VERSION = "1.15.0";
1515

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

0 commit comments

Comments
 (0)