Skip to content

Commit 6f63289

Browse files
author
Gerald Unterrainer
committed
gitignore information.java
1 parent b13f381 commit 6f63289

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ hs_err_pid*
2424
/target/
2525

2626
.settings/
27+
28+
src/main/java/info/unterrainer/commons/crontabscheduler/Information.java

src/main/java/info/unterrainer/commons/crontabscheduler/Information.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Information {
44
public static final String name = "Crontab-Scheduler";
5-
public static final String buildTime = "2021-03-21T10:22:28Z";
6-
public static final String pomVersion = "0.1.1";
5+
public static final String buildTime = "2021-05-18T06:47:20Z";
6+
public static final String pomVersion = "0.1.11";
77
}

0 commit comments

Comments
 (0)