Skip to content

Commit 458d207

Browse files
committed
v1.8/0
1 parent 8034f8d commit 458d207

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.7.1";
12+
public static final String VERSION = "1.8.0";
1313

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

peergos

0 commit comments

Comments
 (0)