Skip to content

Commit 6e1777f

Browse files
committed
v1.4.0 packager version
1 parent bb1d5bb commit 6e1777f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.3.0";
12+
public static final String VERSION = "1.4.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)