File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/github/introfog/gitwave/model Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.github.introfog</groupId >
88 <artifactId >gitwave</artifactId >
9- <version >1.0-SNAPSHOT </version >
9+ <version >1.0</version >
1010 <name >GitWave</name >
1111
1212 <properties >
Original file line number Diff line number Diff line change 1717package com .github .introfog .gitwave .model ;
1818
1919public final class AppConstants {
20- public static final String VERSION = "1.0.0-SNAPSHOT " ;
20+ public static final String VERSION = "1.0" ;
2121 public static final String LINK_TO_GIT_CONTRIBUTING_FILE = "https://github.com/introfog/GitWave/blob/master/CONTRIBUTING.md" ;
2222 public static final String LINK_TO_GIT_REPO = "https://github.com/introfog/GitWave" ;
2323 public static final String LINK_TO_GIT_RELEASES = "https://github.com/introfog/GitWave/releases" ;
You can’t perform that action at this time.
0 commit comments