We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1d5bb commit 6e1777fCopy full SHA for 6e1777f
packager/PackagePeergos.java
@@ -9,7 +9,7 @@
9
* For building rpms on ubuntu install the rpm package
10
*/
11
public class PackagePeergos {
12
- public static final String VERSION = "1.3.0";
+ public static final String VERSION = "1.4.0";
13
14
public static void main(String[] a) throws Exception {
15
String OS = canonicaliseOS(System.getProperty("os.name").toLowerCase());
0 commit comments