summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-05-20 19:48:11 -0400
committerBen Culkin <scorpress@gmail.com>2020-05-20 19:48:11 -0400
commit8a7a74bda4a7b2a06550b88a792c3bd2179c92c2 (patch)
tree160decc9f11cf603c29f1587272256c99f195621 /pom.xml
parent4d449a9b96570e8c655fc303ca0ca81dab394e3d (diff)
Bump to snapshot version
Bump the POM xml to the next snapshot version we'll be using
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1db36fa..b36b2d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.bculkin2442</groupId>
<artifactId>everge</artifactId>
- <version>0.2.0</version>
+ <version>0.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>everge</name>
<description>Simple regex-based text processing</description>