Skip to content

Commit 33b60da

Browse files
committed
v1.6.0
1 parent 51d4846 commit 33b60da

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
@@ -9,7 +9,7 @@
99
* For building rpms on ubuntu install the rpm package
1010
*/
1111
public class PackagePeergos {
12-
public static final String VERSION = "1.5.0";
12+
public static final String VERSION = "1.6.0";
1313

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

0 commit comments

Comments
 (0)