Committed by
Gerrit Code Review
Fix fall back default version
Change-Id: Ic6cf20e71323e75b5a0359c99bc6206030f96a0d
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -42,7 +42,7 @@ import static com.google.common.base.Preconditions.checkNotNull; | ... | @@ -42,7 +42,7 @@ import static com.google.common.base.Preconditions.checkNotNull; |
42 | public class CoreManager implements CoreService { | 42 | public class CoreManager implements CoreService { |
43 | 43 | ||
44 | private static final File VERSION_FILE = new File("../VERSION"); | 44 | private static final File VERSION_FILE = new File("../VERSION"); |
45 | - private static Version version = Version.version("1.0.0-SNAPSHOT"); | 45 | + private static Version version = Version.version("1.1.0-SNAPSHOT"); |
46 | 46 | ||
47 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) | 47 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) |
48 | protected ApplicationIdStore applicationIdStore; | 48 | protected ApplicationIdStore applicationIdStore; | ... | ... |
-
Please register or login to post a comment