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 03fe706 commit 2bd8425Copy full SHA for 2bd8425
BAR/pom.xml
@@ -14,7 +14,7 @@
14
15
<groupId>com.github.tferr</groupId>
16
<artifactId>BAR_</artifactId>
17
-<version>1.1.8-SNAPSHOT</version>
+<version>1.1.8</version>
18
19
<name>BAR_.jar</name>
20
<description>BAR: A curated collection of Broadly Applicable Routines for ImageJ.</description>
BAR/src/main/java/bar/Utils.java
@@ -51,7 +51,7 @@
51
public class Utils implements PlugIn {
52
53
/** The BAR version (as displayed in the BAR>About... dialog */
54
- static final String VERSION = "1.1.8dev";
+ static final String VERSION = "1.1.8";
55
56
/** A reference to the build date */
57
public static final String BUILD_DATE = "2016";
0 commit comments