Skip to content

Commit

Permalink
upgrade version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
strogiyotec committed Aug 14, 2020
1 parent e7e8cbe commit 23c2bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>jfill</groupId>
<artifactId>jfill</artifactId>
<version>2.1</version>
<version>2.2</version>


<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jfill/Defaults.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public interface Defaults {

String NO_TAG = "noTag";

String VERSION = "jfillin 2.1";
String VERSION = "jfillin 2.2";

String CACHE_PATH = Optional.ofNullable(System.getenv("XDG_CONFIG_HOME"))
.or(() -> Optional.of(System.getProperty("user.home")))
Expand Down

0 comments on commit 23c2bde

Please sign in to comment.